Sentinel Hub · Schema

exception

Information about the exception: an error code plus an optional description.

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
code string
description string
View JSON Schema on GitHub

JSON Schema

CatalogException.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/CatalogException",
  "title": "exception",
  "type": "object",
  "description": "Information about the exception: an error code plus an optional description.",
  "required": [
    "code"
  ],
  "properties": {
    "code": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}