AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason

public enum AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason


アカウント設定に失敗した理由。

概要

列挙値

ACCOUNT_SETUP_FAILURE_ATTEMPT_CANCELLED

DPC が `AccountSetupClient.cancelAccountSetupAttempt` を呼び出して、アカウント設定の試行をキャンセルしました。

ACCOUNT_SETUP_FAILURE_NEW_ACCOUNT_NOT_IN_ENTERPRISE

アカウントが企業に属していないため、アカウント設定を続行できません。

ACCOUNT_SETUP_FAILURE_REASON_UNKNOWN

不明な条件により、アカウントの設定が完了していません。

ACCOUNT_SETUP_FAILURE_REASON_UNSPECIFIED

(指定なし)

ACCOUNT_SETUP_FAILURE_REQUIRED_ACCOUNT_NOT_IN_ENTERPRISE

必要なアカウントが企業にないため、アカウント設定を続行できません。

パブリック メソッド

static AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason

指定された名前のこの型の列挙型定数を返します。

static AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason[]

宣言された順でこの列挙型の定数を含む配列を返します。

列挙値

ACCOUNT_SETUP_FAILURE_ATTEMPT_CANCELLED

AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason.ACCOUNT_SETUP_FAILURE_ATTEMPT_CANCELLED

DPC が `AccountSetupClient.cancelAccountSetupAttempt` を呼び出して、アカウント設定の試行をキャンセルしました。

ACCOUNT_SETUP_FAILURE_NEW_ACCOUNT_NOT_IN_ENTERPRISE

AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason.ACCOUNT_SETUP_FAILURE_NEW_ACCOUNT_NOT_IN_ENTERPRISE

アカウントが企業に属していないため、アカウント設定を続行できません。

ACCOUNT_SETUP_FAILURE_REASON_UNKNOWN

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

不明な条件により、アカウントの設定が完了していません。

ACCOUNT_SETUP_FAILURE_REQUIRED_ACCOUNT_NOT_IN_ENTERPRISE

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

必要なアカウントが企業にないため、アカウント設定を続行できません。

パブリック メソッド

valueOf

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

指定された名前のこの型の列挙型定数を返します。文字列は、この型で列挙型定数を表示する修飾子と完全に一致する必要があります。(余分な空白文字は、許可されません)。

戻り値
AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason

指定された名前を持つ列挙型定数

例外
java.lang.IllegalArgumentException

この列挙型に指定した名前の定数がない場合

values

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

宣言された順でこの列挙型の定数を含む配列を返します。このメソッドは、定数を反復処理するために使用できます。

戻り値
AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason[]

宣言された順でこの列挙型の定数を含む配列