KakaoAppsException class

카카오 Apps API 호출 시 에러 응답

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

Constructors

KakaoAppsException.fromJson(Map<String, dynamic> json)
factory

Properties

code AppsErrorCause
에러 코드
final
hashCode → int
The hash code for this object.
read-onlyinherited
message → String?
finalinherited
msg → String
자세한 에러 설명
final
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

isInvalidTokenError() → bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>

Operators

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