Versions in this module Expand all Collapse all v0 v0.1.0 Nov 14, 2023 Changes in this version + type ErrInvalidCommitHeight struct + Actual int64 + Expected int64 + func NewErrInvalidCommitHeight(expected, actual int64) ErrInvalidCommitHeight + func (e ErrInvalidCommitHeight) Error() string + type ErrInvalidCommitSignatures struct + Actual int + Expected int + func NewErrInvalidCommitSignatures(expected, actual int) ErrInvalidCommitSignatures + func (e ErrInvalidCommitSignatures) Error() string + type ErrInvalidField struct + Field string + Reason string + func (e ErrInvalidField) Error() string + type ErrMsgFromProto struct + Err error + MessageName string + func (e ErrMsgFromProto) Error() string + func (e ErrMsgFromProto) Unwrap() error + type ErrMsgToProto struct + Err error + MessageName string + func (e ErrMsgToProto) Error() string + func (e ErrMsgToProto) Unwrap() error + type ErrNegativeField struct + Field string + func (e ErrNegativeField) Error() string + type ErrRequiredField struct + Field string + func (e ErrRequiredField) Error() string + type ErrWrongField struct + Err error + Field string + func (e ErrWrongField) Error() string