overloadedCredentials constant

ErrorReason const overloadedCredentials

The request is denied because the request contains more than one credential type that are individually acceptable, but not together. The customer should retry their request with only one set of credentials.

Example of an ErrorInfo when accessing "pubsub.googleapis.com" service with overloaded credentials.

{ reason: "OVERLOADED_CREDENTIALS" domain: "googleapis.com" metadata { "consumer":"projects/123456" "service": "pubsub.googleapis.com" } }

Implementation

static const overloadedCredentials = ErrorReason('OVERLOADED_CREDENTIALS');