Versions in this module Expand all Collapse all v1 v1.0.0 Jun 28, 2023 Changes in this version + const ErrAssertionFailed + const ErrForbidden + const ErrIllegalArgument + const ErrIllegalState + const ErrInsufficientFunds + const ErrNotFound + const ErrReadOnly + const ErrSerialization + const ErrUnhandledMessage + const ErrUnspecified + const FirstActorErrorCode + const FirstActorSpecificExitCode + const Ok + const SysErrFatal + const SysErrForbidden + const SysErrIllegalExitCode + const SysErrIllegalInstruction + const SysErrInsufficientFunds + const SysErrInvalidMethod + const SysErrInvalidReceiver + const SysErrMissingReturn + const SysErrOutOfGas + const SysErrReserved1 + const SysErrReserved2 + const SysErrReserved3 + const SysErrReserved4 + const SysErrReserved5 + const SysErrReserved6 + const SysErrSenderInvalid + const SysErrSenderStateInvalid + const SysErrorIllegalActor + const SysErrorIllegalArgument + type ExitCode int64 + func Unwrap(err error, defaultExitCode ExitCode) (code ExitCode) + func (x ExitCode) Error() string + func (x ExitCode) IsError() bool + func (x ExitCode) IsSendFailure() bool + func (x ExitCode) IsSuccess() bool + func (x ExitCode) String() string + func (x ExitCode) Wrapf(msg string, args ...interface{}) error