ErrorSuggestion

A concrete next step for resolving an error.

  • action
    Type: string ยท ErrorSuggestionActionenum

    Possible values: RetryWithAlternative (0) - RetryWithAlternative, CheckInput (1) - CheckInput, ContactSupport (2) - ContactSupport, UseDifferentEndpoint (3) - UseDifferentEndpoint

    values
    • RetryWithAlternative
    • CheckInput
    • ContactSupport
    • UseDifferentEndpoint
  • endpoint
    Type: string | null

    The endpoint to call instead. Present only for RetryWithAlternative and UseDifferentEndpoint, and omitted otherwise.

  • message
    Type: string | null

    Written to be shown to an end user as-is, without rewording.