Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type AlgorithmNotFoundError struct + Name string + func (e *AlgorithmNotFoundError) Error() string + type ChecksumError struct + Actual uint64 + Expected uint64 + FieldName string + func (e *ChecksumError) Error() string + type FormatNotFoundError struct + Name string + func (e *FormatNotFoundError) Error() string + type InsufficientDataError struct + ActualLen int + ExpectedMin int + func (e *InsufficientDataError) Error() string + type InvalidFieldError struct + ActualValue any + FieldName string + ValidRange string + func (e *InvalidFieldError) Error() string + type PDLSemanticError struct + FieldName string + Message string + func (e *PDLSemanticError) Error() string + type PDLSyntaxError struct + Column int + Line int + Message string + Source string + func (e *PDLSyntaxError) Error() string + type ProtocolConflictError struct + Name string + func (e *ProtocolConflictError) Error() string + type ProtocolNotFoundError struct + Name string + func (e *ProtocolNotFoundError) Error() string