iAdvize Mobile SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
iAdvize Mobile SDK
iAdvize Mobile SDK
/
com.iadvize.conversation.sdk
/
IAdvizeSDK
/
Error
/
GraphQLApiException
Graph
QLApi
Exception
class
GraphQLApiException
(
message
:
String
?
)
:
IAdvizeSDK.Error
Exception thrown when the iAdvize SDK GraphQL API encounters an error.
Members
Constructors
Graph
QLApi
Exception
Link copied to clipboard
constructor
(
message
:
String
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?