checkout.error
Emitted when an error occurs on a checkout.
namestring
Name of this event, in the format entity.event_type
.
typestring
Type of error which occured.
codestring
Short snake case string that describes this error. Use to search the error reference.
detailstring
Some information about what went wrong as a human-readable string.
documentation_urlstring<uri>
Link to a page in the error reference for this specific error.
Example
12345671{
2 "name": "checkout.error",
3 "type": "front-end_error",
4 "code": "invalid_email_address",
5 "detail": "The email address supplied isn't valid.",
6 "documentation_url": "https://developer.paddle.com/api-reference/overview"
7}