cancelled constant
Code
const cancelled
The operation was cancelled, typically by the caller.
HTTP Mapping: 499 Client Closed Request
Implementation
static const cancelled = Code('CANCELLED');
The operation was cancelled, typically by the caller.
HTTP Mapping: 499 Client Closed Request
static const cancelled = Code('CANCELLED');