neo4j_failure_details_

Failure details.

Members

Variables

code
const(char)* code;

The failure code.

column
uint column;

The column of statement text that the failure relates to.

context
const(char)* context;

A string providing context around where the failure occurred.

context_offset
uint context_offset;

The offset into the context where the failure occurred.

description
const(char)* description;

The human readable description of the failure.

line
uint line;

The line of statement text that the failure relates to.

message
const(char)* message;

The complete failure message.

offset
uint offset;

The character offset into the statement text that the failure relates to.

Meta