ACCOUNT_STATE_INVALID

com.google.api.error_reason.ErrorReason$.ACCOUNT_STATE_INVALID$

The request is denied because the account associated with the provided access token is in an invalid state, such as disabled or deleted. For more information, see https://cloud.google.com/docs/authentication.

Warning: For privacy reasons, the server may not be able to disclose the email address for some accounts. The client MUST NOT depend on the availability of the email attribute.

Example of an ErrorInfo when the request is to the Cloud Storage API with an access token that is associated with a disabled or deleted service account:

{ "reason": "ACCOUNT_STATE_INVALID", "domain": "googleapis.com", "metadata": { "service": "storage.googleapis.com", "method": "google.storage.v1.Storage.GetObject", "email": "[email protected]" } }

Attributes

Source:
ErrorReason.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala
type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
Source:
Mirror.scala
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
Source:
Mirror.scala
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton
Source:
Mirror.scala

Value members

Concrete methods

Attributes

Definition Classes
Source:
ErrorReason.scala

Inherited methods

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala
def companion: GeneratedEnumCompanion[ErrorReason]

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
Source:
Mirror.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala

Attributes

Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala
def javaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def scalaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
GeneratedEnum -> Any
Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala

Concrete fields

val index: Int

Attributes

Source:
ErrorReason.scala

Attributes

Source:
ErrorReason.scala

Inherited fields

val value: Int

Attributes

Inherited from:
ErrorReason
Source:
ErrorReason.scala