KakaoApiException class
Exception thrown by Kakao API server.
- Inheritance
-
- Object
- KakaoException
- KakaoApiException
- Annotations
-
- @JsonSerializable(includeIfNull: false, fieldRename: FieldRename.snake)
Properties
-
allowedScopes
→ List<
String> -
final
- apiType → String
-
final
- code → ApiErrorCause
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- message → String?
-
finalinherited
- msg → String
-
final
-
requiredScopes
→ List<
String> -
List of scopes required to call the API that threw this exception.
Use this with AuthCodeClient.requestWithAgt to let users agree to providing relevant information.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited