MuleSoft · Schema

Error

Error response from the Anypoint Platform API

API GatewayAPI ManagementEnterpriseIntegration

Properties

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

JSON Schema

mulesoft-anypoint-platform-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "Error response from the Anypoint Platform API",
  "properties": {
    "status": {
      "type": "integer",
      "description": "HTTP status code"
    },
    "message": {
      "type": "string",
      "description": "Human-readable error message"
    }
  }
}