stellar_prune/build/packages/gleam_stdlib/include/gleam@dynamic@decode_DecodeError.hrl
2025-11-30 15:44:22 +01:00

5 lines
104 B
Erlang

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