PendingRequestException

class PendingRequestException @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(message: String? = "Unable to recover pending request. Cannot complete flow.") : BraintreeException

Error class thrown when there's an issue fetching the pending request to complete the flow.

Constructors

Link copied to clipboard
constructor(message: String? = "Unable to recover pending request. Cannot complete flow.")

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard