Bad Request

APIs.ioEngineeringPlatform

Properties

Name Type Description
name string The error name.
message string The error message.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-pan400errorinvalidqueryparams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pan400ErrorInvalidQueryParams",
  "title": "Bad Request",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The error name.",
      "example": "invalidParamsError"
    },
    "message": {
      "type": "string",
      "description": "The error message.",
      "example": "The specified request does not exist."
    }
  }
}