Amazon Neptune · Schema

LoaderErrorResponse

LoaderErrorResponse schema from Neptune

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
requestId string
code string
detailedMessage string Detailed error message.
View JSON Schema on GitHub

JSON Schema

loader-loader-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-schema/loader-loader-error-response-schema.json",
  "title": "LoaderErrorResponse",
  "description": "LoaderErrorResponse schema from Neptune",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "detailedMessage": {
      "type": "string",
      "description": "Detailed error message."
    }
  }
}