Current section
Files
Jump to
Current section
Files
include/json@blueprint@dynamic_DecodeError.hrl
-record(decode_error, {
expected :: binary(),
found :: binary(),
path :: list(binary())
}).