ErrorCode

annotation class ErrorCode

Properties

Link copied to clipboard
val ILLEGAL_STATE: Int
The call to the method is not allowed in the current context.
Link copied to clipboard
val NETWORK_ERROR: Int
A Network error was occurred.
Link copied to clipboard
val SERVER_ERROR: Int
An error occurred on backend side.

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String