RelativeMalformedSyntax

A Relative JSON Pointer string was syntactically malformed (empty, no leading non-negative integer, a leading-zero number, a malformed index adjustment, or unexpected trailing characters).

Parameters

message

A human-readable description of the failure.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?

Functions

Link copied to clipboard

Maps this core parse/relative failure to its canonical, language-neutral errorKind string.