Trimble · Schema

ErrorResponse

ConstructionTransportationGeospatialGPSMappingBIMFleet ManagementCollaborationAgriculture

Properties

Name Type Description
Description string
ExceptionType string
StatusCode integer
View JSON Schema on GitHub

JSON Schema

trimble-errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponse",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "Description": {
      "type": "string"
    },
    "ExceptionType": {
      "type": "string"
    },
    "StatusCode": {
      "type": "integer"
    }
  }
}