include/gleeps@stdlib@dynamic@decode_DecodeError.hrl

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