Home > @vsf-enterprise/stripe-epcc > EpccError
# EpccError interface
Error object in ElasticPath Commerce Cloud format
Signature:
export interface EpccError
# Properties
Property | Modifiers | Type | Description |
---|---|---|---|
detail | string | ||
meta | { error: { charge: string; code: string; decline_code: string; doc_url: string; type: string; payment_intent: PaymentIntent; payment_method: PaymentMethod; }; } | ||
status | number | ||
title | string |