Bad Request

APIs.ioEngineeringPlatform

Properties

Name Type Description
error string A short summary of the problem.
message string The error message.
statusCode integer The error's HTTP status code.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tagelement400error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tagElement400Error",
  "title": "Bad Request",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "A short summary of the problem.",
      "example": "Bad Request"
    },
    "message": {
      "type": "string",
      "description": "The error message.",
      "example": "params/slug must match pattern \\\"^[a-z][a-z0-9-]*[a-z0-9]+$\\\""
    },
    "statusCode": {
      "type": "integer",
      "format": "http-status-code",
      "description": "The error's HTTP status code.",
      "example": 400
    }
  }
}