CircleCI · Schema

ErrorResponse

CI/CDContinuous IntegrationContinuous DeploymentDevOpsPipelinesWorkflows

Properties

Name Type Description
message string A human-readable error message
View JSON Schema on GitHub

JSON Schema

circleci-errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponse",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "A human-readable error message"
    }
  }
}