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 INVALID_PARAMS: Int
One or more of given params is invalid.
Link copied to clipboard
val NETWORK_ERROR: Int
A Network error was occurred.
Link copied to clipboard
val PROCESS_NOT_READY: Int
The needed process is not downloaded yet.
Link copied to clipboard
val SERVER_ERROR: Int
An error occurred on backend side.
Link copied to clipboard
val STORAGE_OPERATION_FAILED: Int
An error occurred during files manipulation..
Link copied to clipboard
val SYNCHRONIZATION_FAILED: Int
App could not execute the synchronization.
Link copied to clipboard
val TEMPLATE_NOT_READY: Int
The needed template is not downloaded yet.

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