Versions in this module Expand all Collapse all v0 v0.0.6 Apr 9, 2026 Changes in this version + var As = errors.As + var Is = errors.Is + type ErrorModel struct + ErrorName string + Message string + func New(name, message string, args ...any) ErrorModel + func (em ErrorModel) Error() string + func (em ErrorModel) Name() string + func (em ErrorModel) ToIPLD() (datamodel.Node, error)