Preparing search index...
The search index is not available
@stripe/stripe-react-native
@stripe/stripe-react-native
StripeError
Interface StripeError<T>
interface
StripeError
<
T
>
{
code
:
T
;
message
:
string
;
localizedMessage
?:
string
;
declineCode
?:
string
;
stripeErrorCode
?:
string
;
type
?:
ErrorType
;
}
Type Parameters
T
Index
Properties
code
message
localized
Message?
decline
Code?
stripe
Error
Code?
type?
Properties
code
code
:
T
message
message
:
string
Optional
localized
Message
localizedMessage
?:
string
Optional
decline
Code
declineCode
?:
string
Optional
stripe
Error
Code
stripeErrorCode
?:
string
Optional
type
type
?:
ErrorType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
message
localized
Message
decline
Code
stripe
Error
Code
type
@stripe/stripe-react-native
Loading...