toggle menu
AXP Core
1.1.0
androidJvm
switch theme
search in API
AXP Core
/
com.avaya.axp.omni.sdk.core
/
JsonParseError
Json
Parse
Error
data
class
JsonParseError
(
val
message
:
String
)
:
AxpSdkError
Error for the case where the JSON response from AXP could not be parsed successfully.
Members
Constructors
Json
Parse
Error
Link copied to clipboard
constructor
(
jde
:
JsonDataException
)
constructor
(
message
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String