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)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String