error property

StripeError? get error
inherited

If not null, an error occurred. This includes client-side validation errors

Implementation

Token? get token;/// If not null, an error occurred.
/// This includes client-side validation errors
StripeError? get error;