Types
CustomerCardInstanceError
A customer card instance that failed to load. Inspect errorDetail to determine why: the card API returned a non-200 status, timed out, returned an invalid body, or did not include the requested card key.
object
CustomerCardInstanceErrorImplements
Fields
id
ID!
The ID of the customer card instance. A new ID is generated for each load.
customerId
ID!
The customer the instance is for.
threadId
ID
The thread the instance is for. Null if this card is not loaded in a thread context.
customerCardConfig
The customer card config this instance is for.
errorDetail
The details of the customer card load error.
createdAt
createdBy
updatedAt
updatedBy

