Amazon Neptune · Schema

SparqlErrorResponse

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

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

JSON Schema

amazon-neptune-sparqlerrorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SparqlErrorResponse",
  "title": "SparqlErrorResponse",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "detailedMessage": {
      "type": "string",
      "description": "Detailed error message explaining the issue."
    }
  }
}