AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason

public enum AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason


계정 설정 실패 이유입니다.

요약

enum 값

ACCOUNT_SETUP_FAILURE_ATTEMPT_CANCELLED

`AccountSetupClient.cancelAccountSetupAttempt`를 호출하여 DPC에서 계정 설정 시도를 취소했습니다.

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[]

이 열거형 유형의 상수를 선언된 순서대로 포함하는 배열을 반환합니다.

enum 값

ACCOUNT_SETUP_FAILURE_ATTEMPT_CANCELLED

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

`AccountSetupClient.cancelAccountSetupAttempt`를 호출하여 DPC에서 계정 설정 시도를 취소했습니다.

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

이 열거형 유형에 지정된 이름을 가진 상수가 없는 경우

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

이 열거형 유형의 상수를 선언된 순서대로 포함하는 배열을 반환합니다. 이 메서드는 상수를 반복할 때 사용될 수 있습니다.

반환 값
AccountSetupAttempt.AccountSetupError.AccountSetupFailureReason[]

이 열거형 유형의 상수를 선언된 순서대로 포함하는 배열