AgeAuthErrorCause

@Serializable(with = AgeAuthErrorCauseSerializer::class)
enum AgeAuthErrorCause : Enum<AgeAuthErrorCause>

연령인증 에러 원인
Reasons of age verification errors

Entries

Link copied to clipboard

인증되지 않은 사용자인 경우
Unauthorized user

Link copied to clipboard

잘못된 파라미터를 전달한 경우
Passed wrong parameters

Link copied to clipboard

연령인증이 완료되지 않아 다시 연령인증이 필요한 경우
Age verification is required due to the incomplete process

Link copied to clipboard

사용자 연령이 앱의 제한연령보다 낮은 경우, 만 14세 미만인 경우 제외
User's age is lower than the app's age limit, except for the age under 14

Link copied to clipboard

이미 사용자가 동일하거나 더 높은 레벨의 연령인증을 완료한 경우
User already completed the same or higher level of age verification

Link copied to clipboard

연령인증 횟수 초과
Exceeded the attempts of age verification

Link copied to clipboard

기존 연령인증 정보와 일치하지 않는 경우
Mismatched with the previous age verification result

Link copied to clipboard

CI가 일치하지 않는 경우
CI mismatched

Link copied to clipboard

기타 서버 에러
Miscellaneous server error

Link copied to clipboard

알 수 없는 에러
Unknown

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.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Int