GrpcError.cancelled constructor
const
GrpcError.cancelled([
- String? message,
- List<
GeneratedMessage> ? details, - Object? rawResponse
The operation was cancelled (typically by the caller).
Implementation
const GrpcError.cancelled([this.message, this.details, this.rawResponse])
: trailers = const {},
code = StatusCode.cancelled;