ApiErrorCause enum
Specific error code from Kakao API.
Constants
- ACCESS_DENIED → const ApiErrorCause
-
@JsonValue(-5)
const ApiErrorCause(4)
- ACCOUNT_DOES_NOT_EXIST → const ApiErrorCause
-
@JsonValue(-103)
const ApiErrorCause(13)
- AGE_VERIFICATION_REQIRED → const ApiErrorCause
-
@JsonValue(-405)
const ApiErrorCause(15)
- ALREADY_REGISTERD_USER → const ApiErrorCause
-
@JsonValue(-102)
const ApiErrorCause(12)
- API_LIMIT_EXCEEDED → const ApiErrorCause
-
@JsonValue(-10)
const ApiErrorCause(5)
- APP_DOES_NOT_EXIST → const ApiErrorCause
-
@JsonValue(-301)
const ApiErrorCause(6)
- BLOCKED_ACTION → const ApiErrorCause
-
@JsonValue(-4)
const ApiErrorCause(3)
- DEVELOPER_DOES_NOT_EXIST → const ApiErrorCause
-
@JsonValue(-903)
const ApiErrorCause(10)
- ILLEGAL_PARAMS → const ApiErrorCause
-
@JsonValue(-2)
const ApiErrorCause(1)
- INTERNAL_ERROR → const ApiErrorCause
-
@JsonValue(-1)
const ApiErrorCause(0)
- INVALID_ORIGIN → const ApiErrorCause
-
@JsonValue(-403)
const ApiErrorCause(8)
- INVALID_SCOPE → const ApiErrorCause
-
@JsonValue(-402)
const ApiErrorCause(14)
- INVALID_TOKEN → const ApiErrorCause
-
@JsonValue(-401)
const ApiErrorCause(7)
- NOT_FRIEND → const ApiErrorCause
-
@JsonValue(-502)
const ApiErrorCause(19)
- NOT_REGISTERED_USER → const ApiErrorCause
-
@JsonValue(-101)
const ApiErrorCause(11)
- NOT_STORY_USER → const ApiErrorCause
-
@JsonValue(-601)
const ApiErrorCause(24)
- NOT_TALK_USER → const ApiErrorCause
-
@JsonValue(-501)
const ApiErrorCause(18)
- PROPERTY_KEY_DOES_NOT_EXIST → const ApiErrorCause
-
@JsonValue(-201)
const ApiErrorCause(17)
- STORY_IMAGE_UPOLOAD_SIZE_EXCEEDED → const ApiErrorCause
-
@JsonValue(-602)
const ApiErrorCause(25)
- STORY_INVALID_SCRAP_URL → const ApiErrorCause
-
@JsonValue(-604)
const ApiErrorCause(26)
- STORY_MAX_UPLOAD_COUNT_EXCEEDED → const ApiErrorCause
-
@JsonValue(-606)
const ApiErrorCause(28)
- STROY_INVALID_POST_ID → const ApiErrorCause
-
@JsonValue(-605)
const ApiErrorCause(27)
- TALK_MESSAGE_DISABLED → const ApiErrorCause
-
@JsonValue(-530)
const ApiErrorCause(21)
- TALK_SEND_MESSAGE_DAILY_LIMIT_EXCEEDED → const ApiErrorCause
-
@JsonValue(-532)
const ApiErrorCause(23)
- TALK_SEND_MESSAGE_MONTHLY_LIMIT_EXCEEDED → const ApiErrorCause
-
@JsonValue(-531)
const ApiErrorCause(22)
- TIME_OUT → const ApiErrorCause
-
@JsonValue(-603)
const ApiErrorCause(9)
- UNDER_AGE_LIMIT → const ApiErrorCause
-
@JsonValue(-406)
const ApiErrorCause(16)
- UNKNOWN → const ApiErrorCause
-
const ApiErrorCause(29)
- UNSUPPORTED_API → const ApiErrorCause
-
@JsonValue(-3)
const ApiErrorCause(2)
- USER_DVICE_UNSUPPORTED → const ApiErrorCause
-
@JsonValue(-504)
const ApiErrorCause(20)
-
values
→ const List<
ApiErrorCause> -
A constant List of the values in this enum, in order of their declaration.
const List<
ApiErrorCause>
Properties
- index → int
-
The integer index of this enum.
final - hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toString(
) → String - Returns a string representation of this object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited