STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.account
/
OauthTokenError
/
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.
NETWORK_ERROR
Link copied to clipboard
val
NETWORK_ERROR
:
Int
Content copied to clipboard
A Network error was occurred.
SERVER_ERROR
Link copied to clipboard
val
SERVER_ERROR
:
Int
Content copied to clipboard
An error occurred on backend side.
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