Class Standards.MsgPack.DecodeError
- Description
Error thrown when MsgPack decoding fails.
- Inherit
Generic
inherit Error.Generic : Generic
- Variable
buffer
Stdio.Buffer
Standards.MsgPack.DecodeError.buffer- Description
The data which failed to be decoded.
- Variable
err_pos
int
Standards.MsgPack.DecodeError.err_pos- Description
The failing position in buffer.