AirwallexException
abstract class AirwallexException @JvmOverloads constructor(val error: AirwallexError?, traceId: String?, val statusCode: Int, message: String? = error?.message, e: Throwable? = null) : Exception
Parent class for exceptions encountered when using the SDK.
Inheritors
Constructors
Link copied to clipboard
constructor(error: AirwallexError?, traceId: String?, statusCode: Int, message: String? = error?.message, e: Throwable? = null)