Companion

object Companion

Properties

Link copied to clipboard
const val ILLEGAL_STATE: Int = 5

The call to the method is not allowed in the current context.

Link copied to clipboard
const val INVALID_PARAMS: Int = 1

One or more of given params is invalid.

Link copied to clipboard
const val NETWORK_ERROR: Int = 3

A Network error was occurred.

Link copied to clipboard
const val PROCESS_ATTACHMENT_INFECTED: Int = 10

The needed process files are infected.

Link copied to clipboard
const val PROCESS_NOT_FOUND: Int = 9

The needed process files are not found.

Link copied to clipboard
const val PROCESS_NOT_READY: Int = 7

The needed process is not downloaded yet.

Link copied to clipboard
const val SERVER_ERROR: Int = 2

An error occurred on backend side.

Link copied to clipboard
const val STORAGE_OPERATION_FAILED: Int = 8

An error occurred during files manipulation..

Link copied to clipboard
const val SYNCHRONIZATION_FAILED: Int = 4

App could not execute the synchronization.

Link copied to clipboard
const val TEMPLATE_NOT_READY: Int = 6

The needed template is not downloaded yet.