//
stripe
/
com.stripe.android.view.i18n
/
ErrorMessageTranslator
ErrorMessageTranslator
interface
ErrorMessageTranslator
Content copied to clipboard
Functions
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
translate
Link copied to clipboard
See
Stripe API Errors
for a list of error codes and associated messages.
abstract fun
translate
(httpCode:
Int
, errorMessage:
String
?, stripeError:
StripeError
?):
String
Content copied to clipboard