CANCELLED constant

Code const CANCELLED

The operation was cancelled, typically by the caller.

HTTP Mapping: 499 Client Closed Request

Implementation

static const Code CANCELLED = Code._(1, _omitEnumNames ? '' : 'CANCELLED');