Failure

data class Failure<T>(val error: PayPalSDKError) : APIResult<T>

There was an error with the request.

Constructors

Link copied to clipboard
constructor(error: PayPalSDKError)

Properties

Link copied to clipboard

the error that occurred