Type Alias JourneyErrorCode
JourneyErrorCode:
| "JOURNEY_CONFIG_ERROR"
| "JOURNEY_INIT_ERROR"
| "JOURNEY_START_ERROR"
| "JOURNEY_NEXT_ERROR"
| "JOURNEY_RESUME_ERROR"
| "JOURNEY_USER_ERROR"
| "JOURNEY_LOGOUT_ERROR"
| "JOURNEY_DISPOSE_ERROR"
| "JOURNEY_STATE_ERROR"
| "JOURNEY_CALLBACK_APPLY_ERROR"
| "JOURNEY_UNSUPPORTED_CALLBACK_ERROR"
| "JOURNEY_MISSING_INTEGRATION_ERROR"
Stable Journey error codes surfaced by native and JS guardrails.