AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason

public 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 methods

static AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason

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

static 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

AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason.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

AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason.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

AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason.ACCOUNT_SETUP_FAILURE_REASON_UNKNOWN

An unknown condition is preventing the account setup from completing.

ACCOUNT_SETUP_FAILURE_REQUIRED_ACCOUNT_NOT_IN_ENTERPRISE

AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason.ACCOUNT_SETUP_FAILURE_REQUIRED_ACCOUNT_NOT_IN_ENTERPRISE

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

Public methods

valueOf

public static AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason valueOf(String name)

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

public static AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason[] values()

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
AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason[]

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