Versions in this module Expand all Collapse all v0 v0.0.1 Nov 4, 2024 Changes in this version + func IsLedgerError(err error) bool + type ErrLedger string + const ErrInternal + const ErrRecordInsertConflict + const ErrRecordNotFound + const ErrRepositoryInternal + const ErrRequestForbidden + const ErrRequestIllegal + const ErrRequestInvalid + type LedgerError struct + Code ErrLedger + Message string + func AsLedgerError(err error) LedgerError + func NewLedgerError(code ErrLedger, message string) LedgerError + func (e LedgerError) Error() string