Amazon Neptune · JSON Structure

Loader Loader Error Response Structure

LoaderErrorResponse schema from Neptune

Type: object Properties: 3
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

LoaderErrorResponse is a JSON Structure definition published by Amazon Neptune, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

requestId code detailedMessage

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

JSON Structure

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