Skip to main content

build/prod/erlang/gleam_stdlib/include/gleam@dynamic@decode_DecodeError.hrl

-record(decode_error, {
    expected :: binary(),
    found :: binary(),
    path :: list(binary())
}).