CONSUMER_INVALID constant
ErrorReason
const CONSUMER_INVALID
The request is denied because the associated consumer is invalid. It may be in a bad format, cannot be found, or have been deleted.
Example of an ErrorInfo when calling Cloud Storage service with the invalid consumer "projects/123":
{ "reason": "CONSUMER_INVALID",
"domain": "googleapis.com",
"metadata": {
"consumer": "projects/123",
"service": "storage.googleapis.com"
}
}
Implementation
static const ErrorReason CONSUMER_INVALID =
ErrorReason._(14, _omitEnumNames ? '' : 'CONSUMER_INVALID');