Autodesk · Schema

ErrorResponse

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
developerMessage string A developer-facing error message.
userMessage string A user-facing error message.
errorCode string An error code.
more info string A link to more information about the error.
View JSON Schema on GitHub

JSON Schema

autodesk-errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponse",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "developerMessage": {
      "type": "string",
      "description": "A developer-facing error message."
    },
    "userMessage": {
      "type": "string",
      "description": "A user-facing error message."
    },
    "errorCode": {
      "type": "string",
      "description": "An error code."
    },
    "more info": {
      "type": "string",
      "description": "A link to more information about the error."
    }
  }
}