STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.mybusiness
/
MyBusinessError
My
Business
Error
open
class
MyBusinessError
:
Error
Content copied to clipboard
Types
Constructors
Functions
Constructors
My
Business
Error
Link copied to clipboard
open
fun
MyBusinessError
(
code
:
Int
,
@
Nullable
message
:
String
)
Content copied to clipboard
Constructor to define a new error for callback.
Types
Error
Code
Link copied to clipboard
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
ErrorCode
Content copied to clipboard
Functions
get
Code
Link copied to clipboard
open
fun
getCode
(
)
:
Int
Content copied to clipboard
Get the error code.
get
Message
Link copied to clipboard
@
Nullable
open
fun
getMessage
(
)
:
String
Content copied to clipboard
Get the description message for the error.