Skip to main content

include/molt@error_ValueParseError.hrl

-record(value_parse_error, {
    expected :: gleam@option:option(binary()),
    text :: binary()
}).