APIs.io Engineering Platform · Schema
Error
Defines the error that occurred.
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The error code that identifies the category of error. |
| message | string | A description of the error. |
| moreDetails | string | A description that provides additional information about the error. |
| parameter | string | The parameter in the request that caused the error. |
| subCode | string | The error code that further helps to identify the error. |
| value | string | The parameter's value in the request that was not valid. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Error",
"title": "Error",
"required": [
"code",
"message"
],
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "The error code that identifies the category of error.",
"default": "None",
"enum": [
"None",
"ServerError",
"InvalidRequest",
"RateLimitExceeded",
"InvalidAuthorization",
"InsufficientAuthorization"
],
"x-ms-enum": {
"modelAsString": true,
"name": "ErrorCode"
}
},
"message": {
"type": "string",
"description": "A description of the error."
},
"moreDetails": {
"type": "string",
"description": "A description that provides additional information about the error.",
"readOnly": true
},
"parameter": {
"type": "string",
"description": "The parameter in the request that caused the error.",
"readOnly": true
},
"subCode": {
"type": "string",
"description": "The error code that further helps to identify the error.",
"readOnly": true,
"enum": [
"UnexpectedError",
"ResourceError",
"NotImplemented",
"ParameterMissing",
"ParameterInvalidValue",
"HttpNotAllowed",
"Blocked",
"AuthorizationMissing",
"AuthorizationRedundancy",
"AuthorizationDisabled",
"AuthorizationExpired"
],
"x-ms-enum": {
"modelAsString": true,
"name": "ErrorSubCode"
}
},
"value": {
"type": "string",
"description": "The parameter's value in the request that was not valid.",
"readOnly": true
}
},
"description": "Defines the error that occurred."
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-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.