ConfigurationErrorCode

annotation class ConfigurationErrorCode

error codes

Properties

Link copied to clipboard
val EMPTY_CONTENT: Int
the entered content is empty
Link copied to clipboard
val INVALID_DATA: Int
Link copied to clipboard
val INVALID_FQDN: Int
Link copied to clipboard
val INVALID_URL: Int
Link copied to clipboard
val NO_NETWORK_AVAILABLE: Int
there is no active network available.
Link copied to clipboard
val SERVER_ERROR: Int
Link copied to clipboard
val UNKNOWN_ERROR: Int
an error occurred while checking the configuration service.

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