RESOURCE_EXHAUSTED constant

Code const RESOURCE_EXHAUSTED

Some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space.

HTTP Mapping: 429 Too Many Requests

Implementation

static const Code RESOURCE_EXHAUSTED =
    Code._(8, _omitEnumNames ? '' : 'RESOURCE_EXHAUSTED');