Web of Science APIs · JSON Structure

Web Of Science Error Response Structure

Error response from the API

Type: object Properties: 2
ResearchAcademicBibliometricsCitationsScienceScholarly

Web Of Science Error Response Structure is a JSON Structure definition published by Web of Science APIs, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

code message

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/web-of-science-apis/json-structure/web-of-science-error-response-structure.json",
  "title": "ErrorResponse",
  "description": "Error response from the API",
  "type": "object",
  "properties": {
    "code": {
      "type": "int32",
      "description": "HTTP error code"
    },
    "message": {
      "type": "str",
      "description": "Human-readable error message"
    }
  }
}