airwallex-android
Toggle table of contents
6.3.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
airwallex-android
components-core
/
com.airwallex.android.core.exception
/
APIConnectionException
APIConnection
Exception
class
APIConnectionException
(
message
:
String
?
=
null
,
e
:
Throwable
)
:
AirwallexException
An exception that represents a failure to connect to Airwallex's API.
Members
Constructors
APIConnection
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
e
:
Throwable
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Link copied to clipboard
val
error
:
AirwallexError
?
message
Link copied to clipboard
open
val
message
:
String
?
status
Code
Link copied to clipboard
val
statusCode
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String