ACCESS_TOKEN_TYPE_UNSUPPORTED

@SerialVersionUID(0L) case

The request is denied because the type of the provided access token is not supported by the API being called.

Example of an ErrorInfo when the request is to the Cloud Storage API with an unsupported token type.

{ "reason": "ACCESS_TOKEN_TYPE_UNSUPPORTED", "domain": "googleapis.com", "metadata": { "service": "storage.googleapis.com", "method": "google.storage.v1.Storage.GetObject" } }

trait Singleton
trait Product
trait Mirror
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

Inherited from
ErrorReason
type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

Value members

Concrete methods

override
Definition Classes

Inherited methods

final
Inherited from
ErrorReason
def companion: GeneratedEnumCompanion[ErrorReason]
Inherited from
ErrorReason
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
Inherited from
ErrorReason
Inherited from
ErrorReason
Inherited from
ErrorReason
Inherited from
ErrorReason
Inherited from
ErrorReason
def isApiKeyInvalid: Boolean
Inherited from
ErrorReason
Inherited from
ErrorReason
Inherited from
ErrorReason
Inherited from
ErrorReason
def isBillingDisabled: Boolean
Inherited from
ErrorReason
def isConsumerInvalid: Boolean
Inherited from
ErrorReason
def isConsumerSuspended: Boolean
Inherited from
ErrorReason
Inherited from
ErrorReason
Inherited from
ErrorReason
def isRateLimitExceeded: Boolean
Inherited from
ErrorReason
Inherited from
ErrorReason
Inherited from
ErrorReason
def isServiceDisabled: Boolean
Inherited from
ErrorReason
def isUnrecognized: Boolean
Inherited from
GeneratedEnum
def isUserProjectDenied: Boolean
Inherited from
ErrorReason
def javaValueDescriptor: EnumValueDescriptor
Inherited from
GeneratedEnum
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def scalaValueDescriptor: EnumValueDescriptor
Inherited from
GeneratedEnum
override
def toString: String
Definition Classes
GeneratedEnum -> Any
Inherited from
GeneratedEnum

Concrete fields

val index: Int
val name: String

Inherited fields

val value: Int
Inherited from
ErrorReason