Error Response Schema

Response body that will be sent by the API for failed requests

Example

{
  "code": 401,
  "type": "invalid_key",
  "description": "The provided API key is not valid. Generate a new one in the portal",
  "docs": "https://cirrosense.com/docs/api-key"
}

Attributes