Pike v8.1 release 6

Class Standards.MsgPack.DecodeError

Inheritance graph
Error.Generic Standards.MsgPack.DecodeError
Description

Error thrown when MsgPack decoding fails.


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.


Inherit Generic

inherit Error.Generic : Generic