TrustTokenOperationDoneStatus

This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:

  • the parameter 'status' of the event 'Network.trustTokenOperationDone'

Official doc

Entries

Link copied to clipboard
@SerialName(value = "Ok")
Ok
Link copied to clipboard
@SerialName(value = "InvalidArgument")
InvalidArgument
Link copied to clipboard
@SerialName(value = "MissingIssuerKeys")
MissingIssuerKeys
Link copied to clipboard
@SerialName(value = "FailedPrecondition")
FailedPrecondition
Link copied to clipboard
@SerialName(value = "ResourceExhausted")
ResourceExhausted
Link copied to clipboard
@SerialName(value = "AlreadyExists")
AlreadyExists
Link copied to clipboard
@SerialName(value = "ResourceLimited")
ResourceLimited
Link copied to clipboard
@SerialName(value = "Unauthorized")
Unauthorized
Link copied to clipboard
@SerialName(value = "BadResponse")
BadResponse
Link copied to clipboard
@SerialName(value = "InternalError")
InternalError
Link copied to clipboard
@SerialName(value = "UnknownError")
UnknownError
Link copied to clipboard
@SerialName(value = "FulfilledLocally")
FulfilledLocally

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.