Error class delivered throughDocumentation Index
Fetch the complete documentation index at: https://primer.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
PrimerCheckoutEvent.Failure. Contains error details and a diagnostics ID for Primer support.
Definition
Properties
| Property | Type | Description |
|---|---|---|
errorId | String | Unique error identifier for programmatic handling |
description | String | Human-readable error message (suitable for logging) |
errorCode | String? | Specific failure reason (e.g., "card_declined", "insufficient_funds"). null for non-payment errors. |
diagnosticsId | String | Unique diagnostics ID. Provide to Primer support when investigating issues. |
recoverySuggestion | String? | Suggested recovery action. null when no recovery applies. |