KakaoApiException class

Exception thrown by Kakao API server.

Inheritance
Annotations
  • @JsonSerializable(includeIfNull: false, fieldRename: FieldRename.snake)

Constructors

KakaoApiException(ApiErrorCause code, String msg, {String? apiType, List<String>? requiredScopes, List<String>? allowedScopes})
KakaoApiException.fromJson(Map<String, dynamic> json)
factory

Properties

allowedScopes List<String>?
final
apiType String?
final
code ApiErrorCause
final
hashCode int
The hash code for this object.
no setterinherited
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.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited