Packages

A Protocol Buffers library for Gleam, providing encoding and decoding of protobuf messages.

Current section

Files

Jump to
protozoa include protozoa@decode_DecodeError.hrl
Raw

include/protozoa@decode_DecodeError.hrl

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