STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.mybusiness
/
MyBusinessError
/
ErrorCode
Error
Code
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
ErrorCode
Content copied to clipboard
Inherited functions
Properties
Properties
ILLEGAL_STATE
Link copied to clipboard
val
ILLEGAL_STATE
:
Int
Content copied to clipboard
The call to the method is not allowed in the current context.
INVALID_PARAMS
Link copied to clipboard
val
INVALID_PARAMS
:
Int
Content copied to clipboard
One or more of given params is invalid.
NETWORK_ERROR
Link copied to clipboard
val
NETWORK_ERROR
:
Int
Content copied to clipboard
A Network error was occurred.
PROCESS_NOT_READY
Link copied to clipboard
val
PROCESS_NOT_READY
:
Int
Content copied to clipboard
The needed process is not downloaded yet.
SERVER_ERROR
Link copied to clipboard
val
SERVER_ERROR
:
Int
Content copied to clipboard
An error occurred on backend side.
STORAGE_OPERATION_FAILED
Link copied to clipboard
val
STORAGE_OPERATION_FAILED
:
Int
Content copied to clipboard
An error occurred during files manipulation..
SYNCHRONIZATION_FAILED
Link copied to clipboard
val
SYNCHRONIZATION_FAILED
:
Int
Content copied to clipboard
App could not execute the synchronization.
TEMPLATE_NOT_READY
Link copied to clipboard
val
TEMPLATE_NOT_READY
:
Int
Content copied to clipboard
The needed template is not downloaded yet.
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