ErrorSuggestion
A concrete next step for resolving an error.
- actionType: string ยท ErrorSuggestionActionenum
Possible values: RetryWithAlternative (0) - RetryWithAlternative, CheckInput (1) - CheckInput, ContactSupport (2) - ContactSupport, UseDifferentEndpoint (3) - UseDifferentEndpoint
values- Retry
With Alternative - Check
Input - Contact
Support - Use
Different Endpoint
- endpointType: string | null
The endpoint to call instead. Present only for
RetryWithAlternativeandUseDifferentEndpoint, and omitted otherwise. - messageType: string | null
Written to be shown to an end user as-is, without rewording.