ErrorMessageTranslator

interface ErrorMessageTranslator

Functions

Link copied to clipboard
abstract fun translate(    httpCode: Int,     errorMessage: String?,     stripeError: StripeError?): String

See Stripe API Errors for a list of error codes and associated messages.