AgeAuthErrorCause

enum AgeAuthErrorCause : Enum<AgeAuthErrorCause>

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

Entries

Link copied to clipboard
UNKNOWN(-9999)

알 수 없는 에러
Unknown

Link copied to clipboard
ERROR(-500)

기타 서버 에러
Miscellaneous server error

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

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

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

Link copied to clipboard

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

Link copied to clipboard

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

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val status: Int