STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.environment.configuration
/
STWConfigurationError
/
ConfigurationErrorCode
Configuration
Error
Code
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
ConfigurationErrorCode
Content copied to clipboard
error codes
Inherited functions
Properties
Properties
EMPTY_CONTENT
Link copied to clipboard
val
EMPTY_CONTENT
:
Int
Content copied to clipboard
the entered content is empty
INVALID_DATA
Link copied to clipboard
val
INVALID_DATA
:
Int
Content copied to clipboard
INVALID_FQDN
Link copied to clipboard
val
INVALID_FQDN
:
Int
Content copied to clipboard
INVALID_URL
Link copied to clipboard
val
INVALID_URL
:
Int
Content copied to clipboard
NO_NETWORK_AVAILABLE
Link copied to clipboard
val
NO_NETWORK_AVAILABLE
:
Int
Content copied to clipboard
there is no active network available.
SERVER_ERROR
Link copied to clipboard
val
SERVER_ERROR
:
Int
Content copied to clipboard
UNKNOWN_ERROR
Link copied to clipboard
val
UNKNOWN_ERROR
:
Int
Content copied to clipboard
an error occurred while checking the configuration service.
Inherited functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
Content copied to clipboard
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Content copied to clipboard