ErrorResponse

  • affectedEntityIds
    Type: array integer[] | null
  • errorCode
    Type: string | null
  • errorField
    Type: string | null
  • errorMessage
    Type: string | null
  • errorNumber
    Type: integer | nullFormat: int32
    read-only

    Signed 32-bit integers (commonly used integer type).

  • internalDetailedErrorMessage
    Type: string | null
  • suggestions
    Type: array object[] | null · ErrorSuggestion[]
    • 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
    • message
      Type: string | null