KakaoApiException class

카카오 API 호출 시 에러 응답

Inheritance
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.
no setterinherited
message String?
finalinherited
msg String
자세한 에러 설명
final
requiredScopes List<String>?
API 호출을 위해 추가로 필요한 동의 항목
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isInvalidTokenError() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

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