Current section

Files

Jump to
gleam_stdlib include gleam@dynamic@decode_DecodeError.hrl
Raw

include/gleam@dynamic@decode_DecodeError.hrl

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