Boomi · Schema

ErrorResponse

Standard error response.

AI AgentsAutomationB2BData IntegrationEDIIntegrationsManagementMFTPlatformWorkflows

Properties

Name Type Description
message string Human-readable error message.
code integer Numeric error code.
View JSON Schema on GitHub

JSON Schema

boomi-errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponse",
  "title": "ErrorResponse",
  "type": "object",
  "description": "Standard error response.",
  "properties": {
    "message": {
      "type": "string",
      "description": "Human-readable error message."
    },
    "code": {
      "type": "integer",
      "description": "Numeric error code."
    }
  }
}