KakaoApiException class
KO: API 에러 응답
EN: Response for API errors
- Inheritance
-
- Object
- KakaoException
- KakaoApiException
- Annotations
-
- @JsonSerializable(includeIfNull: false, fieldRename: FieldRename.snake)
Properties
-
allowedScopes
→ List<
String> ? -
KO: 사용자가 동의한 동의항목
EN: Scopes that user agreed tofinal - apiType → String?
-
KO: API 종류
EN: API typefinal - code → ApiErrorCause
-
KO: 에러 코드
EN: Error codefinal - hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
KO: 에러 메시지
EN: Error messagefinalinherited - msg → String
-
KO: 에러 메시지
EN: Error messagefinal -
requiredScopes
→ List<
String> ? -
KO: 사용자가 동의해야 하는 동의항목
EN: Scopes that the user must agree tofinal - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
isInvalidTokenError(
) → bool -
KO: 유효하지 않은 토큰으로 인한 에러인지 확인
EN: Check whether the error is due to an invalid tokeninherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited