URITemplateParseError¶
Describes why a URI template string failed to parse.
Contains a human-readable error message and the byte offset in the template string where the error was detected.
Constructors¶
create¶
Create a parse error with the given message and byte offset.
Parameters¶
Returns¶
Public fields¶
let message: String val¶
let offset: USize val¶
Public Functions¶
string¶
Format as "offset N: message".
Returns¶
- String iso^