GrpcError.resourceExhausted constructor
const
GrpcError.resourceExhausted([
- String? message,
- List<
GeneratedMessage> ? details, - Object? rawResponse
Some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space.
Implementation
const GrpcError.resourceExhausted([
this.message,
this.details,
this.rawResponse,
]) : trailers = const {},
code = StatusCode.resourceExhausted;