Represents an idempotency-related error from Stripe, ensuring duplicate requests are handled safely.
export class StripeIdempotencyError extends StripeError {
constructor(raw: StripeRawError = {}) {
super(raw, 'StripeIdempotencyError');
}
}
See the full source, get the GitHub permalink, and search 40K more like it.
Get a free API key