AirwallexComponentDependencyException

class AirwallexComponentDependencyException(dependency: Dependency, traceId: String? = null, val statusCode: Int = 0, e: Throwable? = null) : AirwallexException

An exception that is thrown when a required dependency for a component within the Airwallex SDK is missing.

Constructors

Link copied to clipboard
constructor(dependency: Dependency, traceId: String? = null, statusCode: Int = 0, 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