KakaoApiException class Null safety
카카오 API 호출 시 에러 응답
- Inheritance
- Object
- KakaoException
- KakaoApiException
- Annotations
- @JsonSerializable(includeIfNull: false, fieldRename: FieldRename.snake)
Properties
-
allowedScopes
→ List<
String> ? -
final
- apiType → String?
-
final
- code → ApiErrorCause
-
에러 코드
@JsonKey(unknownEnumValue: ApiErrorCause.unknown), final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- message → String?
-
final, inherited
- msg → String
-
자세한 에러 설명
final
-
requiredScopes
→ List<
String> ? -
API 호출을 위해 추가로 필요한 동의 항목
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
isInvalidTokenError(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited