Codes

open class Codes

Collection of error codes

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
@Retention(value = SOURCE)
annotation class TypeDef

Properties

Link copied to clipboard
val INVALID_ARGUMENT: Int = 9701
Link copied to clipboard
val LICENCE_EXPIRED: Int = 9401
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val LICENCE_INVALID: Int = 9301
Link copied to clipboard
Link copied to clipboard
val MISSING_CALLBACK: Int = 9101
Link copied to clipboard
val NETWORK_ERROR: Int = 9201
Link copied to clipboard
val NO_ERROR: Int = 0
Link copied to clipboard
Link copied to clipboard
val UNKNOWN_ERROR: Int = 9014