ApiErrorCause enum
Specific error code from Kakao API.
Values
- INTERNAL_ERROR → const ApiErrorCause
- ILLEGAL_PARAMS → const ApiErrorCause
- UNSUPPORTED_API → const ApiErrorCause
- BLOCKED_ACTION → const ApiErrorCause
- ACCESS_DENIED → const ApiErrorCause
- DEPRECATED_API → const ApiErrorCause
- API_LIMIT_EXCEEDED → const ApiErrorCause
- NOT_REGISTERED_USER → const ApiErrorCause
- ALREADY_REGISTERD_USER → const ApiErrorCause
- ACCOUNT_DOES_NOT_EXIST → const ApiErrorCause
- PROPERTY_KEY_DOES_NOT_EXIST → const ApiErrorCause
- APP_DOES_NOT_EXIST → const ApiErrorCause
- INVALID_TOKEN → const ApiErrorCause
- INSUFFICIENT_SCOPE → const ApiErrorCause
- INVALID_ORIGIN → const ApiErrorCause
- REQUIRED_AGE_VERIFICATION → const ApiErrorCause
- UNDER_AGE_LIMIT → const ApiErrorCause
- NOT_TALK_USER → const ApiErrorCause
- NOT_FRIEND → const ApiErrorCause
- USER_DEVICE_UNSUPPORTED → const ApiErrorCause
- TALK_MESSAGE_DISABLED → const ApiErrorCause
- TALK_SEND_MESSAGE_MONTHLY_LIMIT_EXCEED → const ApiErrorCause
- TALK_SEND_MESSAGE_DAILY_LIMIT_EXCEED → const ApiErrorCause
- NOT_STORY_USER → const ApiErrorCause
- STORY_IMAGE_UPOLOAD_SIZE_EXCEEDED → const ApiErrorCause
- TIME_OUT → const ApiErrorCause
- STORY_INVALID_SCRAP_URL → const ApiErrorCause
- STROY_INVALID_POST_ID → const ApiErrorCause
- STORY_MAX_UPLOAD_COUNT_EXCEED → const ApiErrorCause
- DEVELOPER_DOES_NOT_EXIST → const ApiErrorCause
- UNDER_MAINTENANCE → const ApiErrorCause
- UNKNOWN → const ApiErrorCause
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ApiErrorCause> - A constant List of the values in this enum, in order of their declaration.