AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason

enum AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason


The reason for the account setup failure.

Summary

Enum Values

ACCOUNT_SETUP_FAILURE_ATTEMPT_CANCELLED

The account setup attempt was cancelled by the DPC by calling `AccountSetupClient.cancelAccountSetupAttempt`.

ACCOUNT_SETUP_FAILURE_NEW_ACCOUNT_NOT_IN_ENTERPRISE

The account setup cannot continue because the account is not in the enterprise.

ACCOUNT_SETUP_FAILURE_REASON_UNKNOWN

An unknown condition is preventing the account setup from completing.

ACCOUNT_SETUP_FAILURE_REASON_UNSPECIFIED

Unspecified.

ACCOUNT_SETUP_FAILURE_REQUIRED_ACCOUNT_NOT_IN_ENTERPRISE

The account setup cannot continue because the required account is not in the enterprise.

Public functions

java-static AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason!
valueOf(name: String!)

Returns the enum constant of this type with the specified name.

java-static Array<AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason!>!

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

Enum Values

ACCOUNT_SETUP_FAILURE_ATTEMPT_CANCELLED

val AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason.ACCOUNT_SETUP_FAILURE_ATTEMPT_CANCELLEDAccountSetupAttempt.AccountSetupError.AccountSetupFailureReason

The account setup attempt was cancelled by the DPC by calling `AccountSetupClient.cancelAccountSetupAttempt`.

ACCOUNT_SETUP_FAILURE_NEW_ACCOUNT_NOT_IN_ENTERPRISE

val AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason.ACCOUNT_SETUP_FAILURE_NEW_ACCOUNT_NOT_IN_ENTERPRISEAccountSetupAttempt.AccountSetupError.AccountSetupFailureReason

The account setup cannot continue because the account is not in the enterprise.

ACCOUNT_SETUP_FAILURE_REASON_UNKNOWN

val AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason.ACCOUNT_SETUP_FAILURE_REASON_UNKNOWNAccountSetupAttempt.AccountSetupError.AccountSetupFailureReason

An unknown condition is preventing the account setup from completing.

ACCOUNT_SETUP_FAILURE_REQUIRED_ACCOUNT_NOT_IN_ENTERPRISE

val AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason.ACCOUNT_SETUP_FAILURE_REQUIRED_ACCOUNT_NOT_IN_ENTERPRISEAccountSetupAttempt.AccountSetupError.AccountSetupFailureReason

The account setup cannot continue because the required account is not in the enterprise.

Public functions

valueOf

java-static fun valueOf(name: String!): AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason!

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.)

Returns
AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason!

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

java-static fun values(): Array<AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason!>!

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
Array<AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason!>!

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