Dassault Systèmes · Schema

Error

An array containing one or more error objects identified during the request processing. Each object provides detailed information about a specific type of error encountered.

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration
View JSON Schema on GitHub

JSON Schema

error.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/dassault/json-schema/error.json",
  "title": "Error",
  "type": "array",
  "description": "An array containing one or more error objects identified during the request processing.\nEach object provides detailed information about a specific type of error encountered.\n",
  "items": {
    "type": "object",
    "properties": {
      "type": {
        "type": "string",
        "description": "A URI identifying the specific type of error.  \nThis allows API consumers to programmatically recognize and handle the error appropriately.  \n\nThe URI follows the format: `errors:<domain>:<error_type>`  \nExample values include:\n- `errors:3dx:invalidRequest`\n- `errors:3dx:authenticationGenericError`\n- `errors:3dx:resourceNotFound`\n- `errors:3dx:internalServerError`\n",
        "enum": [
          "errors:3dx:invalidRequest",
          "errors:3dx:authenticationGenericError",
          "errors:3dx:resourceNotFound",
          "errors:3dx:internalServerError"
        ]
      },
      "title": {
        "type": "string",
        "description": "A user-friendly error message, typically localized (NLS-supported), describing the general nature of the error."
      },
      "errors": {
        "type": "array",
        "description": "A list of individual validation or processing errors related to the request.  \nUseful when multiple issues are detected at once.\n",
        "items": {
          "type": "object",
          "description": "Details of a single error instance.",
          "properties": {
            "detail": {
              "type": "string",
              "description": "A human-readable message offering guidance to resolve the specific error."
            },
            "pointer": {
              "type": "string",
              "description": "A [JSON Pointer](https://datatracker.ietf.org/doc/html/rfc6901) indicating the location of the field in the request payload where the error occurred."
            }
          }
        }
      }
    },
    "required": [
      "type",
      "title"
    ]
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/error"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.