Versions in this module Expand all Collapse all v1 v1.0.1 Apr 8, 2022 Changes in this version + const AesErrorCode + const AssertExceptionCode + const BadCastExceptionCode + const CanceledExceptionCode + const DivideByZeroCode + const EofExceptionCode + const FileNotFoundExceptionCode + const InvalidArgExceptionCode + const InvalidOperationExceptionCode + const KeyNotFoundExceptionCode + const NullOptionalCode + const OutOfRangeExceptionCode + const OverflowCode + const ParseErrorExceptionCode + const StdExceptionCode + const TimeoutExceptionCode + const UdtErrorCode + const UnderflowCode + const UnhandledExceptionCode + const UnknownHostExceptionCode + const UnspecifiedExceptionCode + var AssertExceptionName = reflect.TypeOf(AssertException{}).Name() + var FcExceptionName = reflect.TypeOf(FcException{}).Name() + var StdExceptionName = reflect.TypeOf(StdException{}).Name() + var UnHandledExceptionName = reflect.TypeOf(UnHandledException{}).Name() + type AbiExceptions interface + AbiExceptions func() + type ActionValidateExceptions interface + ActionValidateExceptions func() + type AssertException struct + Elog log.Messages + func NewAssertException(parent Exception, message log.Message) *AssertException + func (e *AssertException) AppendLog(l log.Message) + func (e AssertException) Callback(f interface{}) bool + func (e AssertException) Code() int64 + func (e AssertException) DetailMessage() string + func (e AssertException) GetLog() log.Messages + func (e AssertException) MarshalJSON() ([]byte, error) + func (e AssertException) Name() string + func (e AssertException) String() string + func (e AssertException) TopMessage() string + func (e AssertException) What() string + type AuthorizationExceptions interface + AuthorizationExceptions func() + type BlockLogExceptions interface + BlockLogExceptions func() + type BlockValidateExceptions interface + BlockValidateExceptions func() + type ChainExceptions interface + ChainExceptions func() + type ChainTypeExceptions interface + ChainTypeExceptions func() + type ContractApiExceptions interface + ContractApiExceptions func() + type ContractExceptions interface + ContractExceptions func() + type ControllerEmitSignalExceptions interface + ControllerEmitSignalExceptions func() + type DatabaseExceptions interface + DatabaseExceptions func() + type DeadlineExceptions interface + DeadlineExceptions func() + type ExcTypes = int64 + type Exception interface + AppendLog func(l log.Message) + Callback func(f interface{}) bool + Code func() int64 + DetailMessage func() string + GetLog func() log.Messages + MarshalJSON func() ([]byte, error) + Name func() string + String func() string + TopMessage func() string + What func() string + type FcException struct + Elog log.Messages + func NewFcException(parent Exception, message log.Message) *FcException + func (e *FcException) AppendLog(l log.Message) + func (e FcException) Callback(f interface{}) bool + func (e FcException) Code() int64 + func (e FcException) DetailMessage() string + func (e FcException) GetLog() log.Messages + func (e FcException) MarshalJSON() ([]byte, error) + func (e FcException) Name() string + func (e FcException) String() string + func (e FcException) TopMessage() string + func (e FcException) What() string + type ForkDatabaseExceptions interface + ForkDatabaseExceptions func() + type GuardExceptions interface + GuardExceptions func() + type HttpExceptions interface + HttpExceptions func() + type MiscExceptions interface + MiscExceptions func() + type MongoDbExceptions interface + MongoDbExceptions func() + type PluginExceptions interface + PluginExceptions func() + type ProducerExceptions interface + ProducerExceptions func() + type ResourceExhaustedExceptions interface + ResourceExhaustedExceptions func() + type ResourceLimitExceptions interface + ResourceLimitExceptions func() + type ReversibleBlocksExceptions interface + ReversibleBlocksExceptions func() + type StdException struct + Elog log.Messages + func NewStdException(parent Exception, message log.Message) *StdException + func (e *StdException) AppendLog(l log.Message) + func (e StdException) Callback(f interface{}) bool + func (e StdException) Code() int64 + func (e StdException) DetailMessage() string + func (e StdException) GetLog() log.Messages + func (e StdException) MarshalJSON() ([]byte, error) + func (e StdException) Name() string + func (e StdException) String() string + func (e StdException) TopMessage() string + func (e StdException) What() string + type TransactionExceptions interface + TransactionExceptions func() + type UnHandledException struct + Elog log.Messages + func NewUnHandledException(parent Exception, message log.Message) *UnHandledException + func (e *UnHandledException) AppendLog(l log.Message) + func (e UnHandledException) Callback(f interface{}) bool + func (e UnHandledException) Code() int64 + func (e UnHandledException) DetailMessage() string + func (e UnHandledException) GetLog() log.Messages + func (e UnHandledException) MarshalJSON() ([]byte, error) + func (e UnHandledException) Name() string + func (e UnHandledException) String() string + func (e UnHandledException) TopMessage() string + func (e UnHandledException) What() string + type WalletExceptions interface + WalletExceptions func() + type WasmExceptions interface + WasmExceptions func() + type WhitelistBlacklistExceptions interface + WhitelistBlacklistExceptions func()