Json5Error.this

this(size_t line, size_t column, string message, Json5ErrorCode code = Json5ErrorCode.UNKNOWN, size_t index = 0, string context = "") @safe

Construct an error report.

This constructor preserves backward compatibility with older call sites that only provide line, column, and message.