Skip to main content

include/gleamson@decode_DecodeError.hrl

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