exception

package
v0.0.0-...-e0ee87b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2021 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

View Source
const (
	UnspecifiedExceptionCode = ExcTypes(iota)
	UnhandledExceptionCode   ///< for unhandled 3rd party exceptions
	TimeoutExceptionCode     ///< timeout exceptions
	FileNotFoundExceptionCode
	ParseErrorExceptionCode
	InvalidArgExceptionCode
	KeyNotFoundExceptionCode
	BadCastExceptionCode
	OutOfRangeExceptionCode
	CanceledExceptionCode
	AssertExceptionCode

	EofExceptionCode
	StdExceptionCode
	InvalidOperationExceptionCode
	UnknownHostExceptionCode
	NullOptionalCode
	UdtErrorCode
	AesErrorCode
	OverflowCode
	UnderflowCode
	DivideByZeroCode
)

Variables

View Source
var AbiCircularDefExceptionName = reflect.TypeOf(AbiCircularDefException{}).Name()
View Source
var AbiExceptionName = reflect.TypeOf(AbiException{}).Name()
View Source
var AbiFileNotFoundName = reflect.TypeOf(AbiFileNotFound{}).Name()
View Source
var AbiNotFoundExceptionName = reflect.TypeOf(AbiNotFoundException{}).Name()
View Source
var AbiRecursionDepthExceptionName = reflect.TypeOf(AbiRecursionDepthException{}).Name()
View Source
var AbiSerializationDeadlineExceptionName = reflect.TypeOf(AbiSerializationDeadlineException{}).Name()
View Source
var AbiTypeExceptionName = reflect.TypeOf(AbiTypeException{}).Name()
View Source
var AbortCalledName = reflect.TypeOf(AbortCalled{}).Name()
View Source
var AccountNameExistsExceptionName = reflect.TypeOf(AccountNameExistsException{}).Name()
View Source
var AccountQueryExceptionName = reflect.TypeOf(AccountQueryException{}).Name()
View Source
var ActionBlacklistExceptionName = reflect.TypeOf(ActionBlacklistException{}).Name()
View Source
var ActionDataAndStructMismatchName = reflect.TypeOf(ActionDataAndStructMismatch{}).Name()
View Source
var ActionNotFoundExceptionName = reflect.TypeOf(ActionNotFoundException{}).Name()
View Source
var ActionTypeExceptionName = reflect.TypeOf(ActionTypeException{}).Name()
View Source
var ActionValidateExceptionName = reflect.TypeOf(ActionValidateException{}).Name()
View Source
var ActorBlacklistExceptionName = reflect.TypeOf(ActorBlacklistException{}).Name()
View Source
var ActorWhitelistExceptionName = reflect.TypeOf(ActorWhitelistException{}).Name()
View Source
var AesExceptionName = reflect.TypeOf(AesException{}).Name()
View Source
var ArithmeticExceptionName = reflect.TypeOf(ArithmeticException{}).Name()
View Source
var AssertExceptionName = reflect.TypeOf(AssertException{}).Name()
View Source
var AssetTypeExceptionName = reflect.TypeOf(AssetTypeException{}).Name()
View Source
var AuthorityTypeExceptionName = reflect.TypeOf(AuthorityTypeException{}).Name()
View Source
var AuthorizationExceptionName = reflect.TypeOf(AuthorizationException{}).Name()
View Source
var BadCastExceptionName = reflect.TypeOf(BadCastException{}).Name()
View Source
var BinaryenExceptionName = reflect.TypeOf(BinaryenException{}).Name()
View Source
var BlockConcurrencyExceptionName = reflect.TypeOf(BlockConcurrencyException{}).Name()
View Source
var BlockCpuUsageExceededName = reflect.TypeOf(BlockCpuUsageExceeded{}).Name()
View Source
var BlockFromTheFutureName = reflect.TypeOf(BlockFromTheFuture{}).Name()
View Source
var BlockIdTypeExceptionName = reflect.TypeOf(BlockIdTypeException{}).Name()
View Source
var BlockLockExceptionName = reflect.TypeOf(BlockLockException{}).Name()
View Source
var BlockLogAppendFailName = reflect.TypeOf(BlockLogAppendFail{}).Name()
View Source
var BlockLogBackupDirExistName = reflect.TypeOf(BlockLogBackupDirExist{}).Name()
View Source
var BlockLogExceptionName = reflect.TypeOf(BlockLogException{}).Name()
View Source
var BlockLogNotFoundName = reflect.TypeOf(BlockLogNotFound{}).Name()
View Source
var BlockLogUnsupportedVersionName = reflect.TypeOf(BlockLogUnsupportedVersion{}).Name()
View Source
var BlockNetUsageExceededName = reflect.TypeOf(BlockNetUsageExceeded{}).Name()
View Source
var BlockResourceExhaustedName = reflect.TypeOf(BlockResourceExhausted{}).Name()
View Source
var BlockTooOldExceptionName = reflect.TypeOf(BlockTooOldException{}).Name()
View Source
var BlockTxOutputExceptionName = reflect.TypeOf(BlockTxOutputException{}).Name()
View Source
var BlockValidateExceptionName = reflect.TypeOf(BlockValidateException{}).Name()
View Source
var CanceledExceptionName = reflect.TypeOf(CanceledException{}).Name()
View Source
var CfaInsideGeneratedTxName = reflect.TypeOf(CfaInsideGeneratedTx{}).Name()
View Source
var CfaIrrelevantAuthName = reflect.TypeOf(CfaIrrelevantAuth{}).Name()
View Source
var ChainExceptionName = reflect.TypeOf(ChainException{}).Name()
View Source
var ChainIdTypeExceptionName = reflect.TypeOf(ChainIdTypeException{}).Name()
View Source
var ChainTypeExceptionName = reflect.TypeOf(ChainTypeException{}).Name()
View Source
var CheckpointExceptionName = reflect.TypeOf(CheckpointException{}).Name()
View Source
var ContractApiExceptionName = reflect.TypeOf(ContractApiException{}).Name()
View Source
var ContractBlacklistExceptionName = reflect.TypeOf(ContractBlacklistException{}).Name()
View Source
var ContractExceptionName = reflect.TypeOf(ContractException{}).Name()
View Source
var ContractQueryExceptionName = reflect.TypeOf(ContractQueryException{}).Name()
View Source
var ContractTableQueryExceptionName = reflect.TypeOf(ContractTableQueryException{}).Name()
View Source
var ContractWhitelistExceptionName = reflect.TypeOf(ContractWhitelistException{}).Name()
View Source
var ControllerEmitSignalExceptionName = reflect.TypeOf(ControllerEmitSignalException{}).Name()
View Source
var CryptoApiExceptionName = reflect.TypeOf(CryptoApiException{}).Name()
View Source
var DatabaseExceptionName = reflect.TypeOf(DatabaseException{}).Name()
View Source
var DatabaseGuardExceptionName = reflect.TypeOf(DatabaseGuardException{}).Name()
View Source
var DbApiExceptionName = reflect.TypeOf(DbApiException{}).Name()
View Source
var DeadlineExceptionName = reflect.TypeOf(DeadlineException{}).Name()
View Source
var DeferredTxDuplicateName = reflect.TypeOf(DeferredTxDuplicate{}).Name()
View Source
var DivideByZeroExceptionName = reflect.TypeOf(DivideByZeroException{}).Name()
View Source
var DuplicateAbiActionDefExceptionName = reflect.TypeOf(DuplicateAbiActionDefException{}).Name()
View Source
var DuplicateAbiErrMsgDefExceptionName = reflect.TypeOf(DuplicateAbiErrMsgDefException{}).Name()
View Source
var DuplicateAbiStructDefExceptionName = reflect.TypeOf(DuplicateAbiStructDefException{}).Name()
View Source
var DuplicateAbiTableDefExceptionName = reflect.TypeOf(DuplicateAbiTableDefException{}).Name()
View Source
var DuplicateAbiTypeDefExceptionName = reflect.TypeOf(DuplicateAbiTypeDefException{}).Name()
View Source
var DuplicateAbiVariantDefExceptionName = reflect.TypeOf(DuplicateAbiVariantDefException{}).Name()
View Source
var EofExceptionName = reflect.TypeOf(EofException{}).Name()
View Source
var EosioAssertCodeExceptionName = reflect.TypeOf(EosioAssertCodeException{}).Name()
View Source
var EosioAssertMessageExceptionName = reflect.TypeOf(EosioAssertMessageException{}).Name()
View Source
var ExpiredTxExceptionName = reflect.TypeOf(ExpiredTxException{}).Name()
View Source
var ExplainedExceptionName = reflect.TypeOf(ExplainedException{}).Name()
View Source
var ExtractGenesisStateExceptionName = reflect.TypeOf(ExtractGenesisStateException{}).Name()
View Source
var FailToResolveHostName = reflect.TypeOf(FailToResolveHost{}).Name()
View Source
var FcExceptionName = reflect.TypeOf(FcException{}).Name()
View Source
var FileNotFoundExceptionName = reflect.TypeOf(FileNotFoundException{}).Name()
View Source
var FixedKeyTypeExceptionName = reflect.TypeOf(FixedKeyTypeException{}).Name()
View Source
var FixedReversibleDbExceptionName = reflect.TypeOf(FixedReversibleDbException{}).Name()
View Source
var ForkDatabaseExceptionName = reflect.TypeOf(ForkDatabaseException{}).Name()
View Source
var ForkDbBlockNotFoundName = reflect.TypeOf(ForkDbBlockNotFound{}).Name()
View Source
var GapInReversibleBlocksDbName = reflect.TypeOf(GapInReversibleBlocksDb{}).Name()
View Source
var GreylistCpuUsageExceededName = reflect.TypeOf(GreylistCpuUsageExceeded{}).Name()
View Source
var GreylistNetUsageExceededName = reflect.TypeOf(GreylistNetUsageExceeded{}).Name()
View Source
var GuardExceptionName = reflect.TypeOf(GuardException{}).Name()
View Source
var HttpExceptionName = reflect.TypeOf(HttpException{}).Name()
View Source
var HttpRequestFailName = reflect.TypeOf(HttpRequestFail{}).Name()
View Source
var InlineActionTooBigName = reflect.TypeOf(InlineActionTooBig{}).Name()
View Source
var InsufficientDelayExceptionName = reflect.TypeOf(InsufficientDelayException{}).Name()
View Source
var InvalidActionArgsExceptionName = reflect.TypeOf(InvalidActionArgsException{}).Name()
View Source
var InvalidActionClauseExceptionName = reflect.TypeOf(InvalidActionClauseException{}).Name()
View Source
var InvalidArgExceptionName = reflect.TypeOf(InvalidArgException{}).Name()
View Source
var InvalidContractVmTypeName = reflect.TypeOf(InvalidContractVmType{}).Name()
View Source
var InvalidContractVmVersionName = reflect.TypeOf(InvalidContractVmVersion{}).Name()
View Source
var InvalidHttpClientRootCertName = reflect.TypeOf(InvalidHttpClientRootCert{}).Name()
View Source
var InvalidHttpRequestName = reflect.TypeOf(InvalidHttpRequest{}).Name()
View Source
var InvalidHttpResponseName = reflect.TypeOf(InvalidHttpResponse{}).Name()
View Source
var InvalidLockTimeoutExceptionName = reflect.TypeOf(InvalidLockTimeoutException{}).Name()
View Source
var InvalidOperationExceptionName = reflect.TypeOf(InvalidOperationException{}).Name()
View Source
var InvalidParentPermissionName = reflect.TypeOf(InvalidParentPermission{}).Name()
View Source
var InvalidPermissionName = reflect.TypeOf(InvalidPermission{}).Name()
View Source
var InvalidRefBlockExceptionName = reflect.TypeOf(InvalidRefBlockException{}).Name()
View Source
var InvalidReversibleBlocksDirName = reflect.TypeOf(InvalidReversibleBlocksDir{}).Name()
View Source
var InvalidRicardianClauseExceptionName = reflect.TypeOf(InvalidRicardianClauseException{}).Name()
View Source
var InvalidTableIteratorName = reflect.TypeOf(InvalidTableIterator{}).Name()
View Source
var InvalidTablePayerName = reflect.TypeOf(InvalidTablePayer{}).Name()
View Source
var InvalidTypeInsideAbiName = reflect.TypeOf(InvalidTypeInsideAbi{}).Name()
View Source
var IrrelevantAuthExceptionName = reflect.TypeOf(IrrelevantAuthException{}).Name()
View Source
var KeyBlacklistExceptionName = reflect.TypeOf(KeyBlacklistException{}).Name()
View Source
var KeyExistExceptionName = reflect.TypeOf(KeyExistException{}).Name()
View Source
var KeyNonexistentExceptionName = reflect.TypeOf(KeyNonexistentException{}).Name()
View Source
var KeyNotFoundExceptionName = reflect.TypeOf(KeyNotFoundException{}).Name()
View Source
var LeewayDeadlineExceptionName = reflect.TypeOf(LeewayDeadlineException{}).Name()
View Source
var LocalizedExceptionName = reflect.TypeOf(LocalizedException{}).Name()
View Source
var MiscExceptionName = reflect.TypeOf(MiscException{}).Name()
View Source
var MissingAuthExceptionName = reflect.TypeOf(MissingAuthException{}).Name()
View Source
var MissingChainApiPluginExceptionName = reflect.TypeOf(MissingChainApiPluginException{}).Name()
View Source
var MissingChainPluginExceptionName = reflect.TypeOf(MissingChainPluginException{}).Name()
View Source
var MissingHistoryApiPluginExceptionName = reflect.TypeOf(MissingHistoryApiPluginException{}).Name()
View Source
var MissingNetApiPluginExceptionName = reflect.TypeOf(MissingNetApiPluginException{}).Name()
View Source
var MissingPendingBlockStateName = reflect.TypeOf(MissingPendingBlockState{}).Name()
View Source
var MissingWalletApiPluginExceptionName = reflect.TypeOf(MissingWalletApiPluginException{}).Name()
View Source
var MultipleVoterInfoName = reflect.TypeOf(MultipleVoterInfo{}).Name()
View Source
var NameTypeExceptionName = reflect.TypeOf(NameTypeException{}).Name()
View Source
var NodeManagementSuccessName = reflect.TypeOf(NodeManagementSuccess{}).Name()
View Source
var NullOptionalName = reflect.TypeOf(NullOptional{}).Name()
View Source
var OutOfRangeExceptionName = reflect.TypeOf(OutOfRangeException{}).Name()
View Source
var OverflowExceptionName = reflect.TypeOf(OverflowException{}).Name()
View Source
var OverlappingMemoryErrorName = reflect.TypeOf(OverlappingMemoryError{}).Name()
View Source
var PackExceptionName = reflect.TypeOf(PackException{}).Name()
View Source
var PackedTransactionTypeExceptionName = reflect.TypeOf(PackedTransactionTypeException{}).Name()
View Source
var PageMemoryErrorName = reflect.TypeOf(PageMemoryError{}).Name()
View Source
var ParseErrorExceptionName = reflect.TypeOf(ParseErrorException{}).Name()
View Source
var PermissionQueryExceptionName = reflect.TypeOf(PermissionQueryException{}).Name()
View Source
var PluginConfigExceptionName = reflect.TypeOf(PluginConfigException{}).Name()
View Source
var PluginExceptionName = reflect.TypeOf(PluginException{}).Name()
View Source
var PrivateKeyTypeExceptionName = reflect.TypeOf(PrivateKeyTypeException{}).Name()
View Source
var ProducerDoubleConfirmName = reflect.TypeOf(ProducerDoubleConfirm{}).Name()
View Source
var ProducerExceptionName = reflect.TypeOf(ProducerException{}).Name()
View Source
var ProducerNotInScheduleName = reflect.TypeOf(ProducerNotInSchedule{}).Name()
View Source
var ProducerPrivKeyNotFoundName = reflect.TypeOf(ProducerPrivKeyNotFound{}).Name()
View Source
var ProducerScheduleExceptionName = reflect.TypeOf(ProducerScheduleException{}).Name()
View Source
var PublicKeyTypeExceptionName = reflect.TypeOf(PublicKeyTypeException{}).Name()
View Source
var RamUsageExceededName = reflect.TypeOf(RamUsageExceeded{}).Name()
View Source
var RateLimitingStateInconsistentName = reflect.TypeOf(RateLimitingStateInconsistent{}).Name()
View Source
var ResolvedToMultiplePortsName = reflect.TypeOf(ResolvedToMultiplePorts{}).Name()
View Source
var ResourceExhaustedExceptionName = reflect.TypeOf(ResourceExhaustedException{}).Name()
View Source
var ResourceLimitExceptionName = reflect.TypeOf(ResourceLimitException{}).Name()
View Source
var ReversibleBlocksBackupDirExistName = reflect.TypeOf(ReversibleBlocksBackupDirExist{}).Name()
View Source
var ReversibleBlocksExceptionName = reflect.TypeOf(ReversibleBlocksException{}).Name()
View Source
var ReversibleGuardExceptionName = reflect.TypeOf(ReversibleGuardException{}).Name()
View Source
var SecureEnclaveExceptionName = reflect.TypeOf(SecureEnclaveException{}).Name()
View Source
var SetExactCodeName = reflect.TypeOf(SetExactCode{}).Name()
View Source
var StdExceptionName = reflect.TypeOf(StdException{}).Name()
View Source
var SubjectiveBlockProductionExceptionName = reflect.TypeOf(SubjectiveBlockProductionException{}).Name()
View Source
var SymbolTypeExceptionName = reflect.TypeOf(SymbolTypeException{}).Name()
View Source
var TableAccessViolationName = reflect.TypeOf(TableAccessViolation{}).Name()
View Source
var TableNotInCacheName = reflect.TypeOf(TableNotInCache{}).Name()
View Source
var TableOperationNotPermittedName = reflect.TypeOf(TableOperationNotPermitted{}).Name()
View Source
var TimeoutExceptionName = reflect.TypeOf(TimeoutException{}).Name()
View Source
var TooManyTxAtOnceName = reflect.TypeOf(TooManyTxAtOnce{}).Name()
View Source
var TransactionExceptionName = reflect.TypeOf(TransactionException{}).Name()
View Source
var TransactionIdTypeExceptionName = reflect.TypeOf(TransactionIdTypeException{}).Name()
View Source
var TransactionTypeExceptionName = reflect.TypeOf(TransactionTypeException{}).Name()
View Source
var TxCpuUsageExceededName = reflect.TypeOf(TxCpuUsageExceeded{}).Name()
View Source
var TxDecompressionErrorName = reflect.TypeOf(TxDecompressionError{}).Name()
View Source
var TxDuplicateName = reflect.TypeOf(TxDuplicate{}).Name()
View Source
var TxDuplicateSigName = reflect.TypeOf(TxDuplicateSig{}).Name()
View Source
var TxExpTooFarExceptionName = reflect.TypeOf(TxExpTooFarException{}).Name()
View Source
var TxIrrelevantSigName = reflect.TypeOf(TxIrrelevantSig{}).Name()
View Source
var TxNetUsageExceededName = reflect.TypeOf(TxNetUsageExceeded{}).Name()
View Source
var TxNoActionName = reflect.TypeOf(TxNoAction{}).Name()
View Source
var TxNoAuthsName = reflect.TypeOf(TxNoAuths{}).Name()
View Source
var TxNotFoundName = reflect.TypeOf(TxNotFound{}).Name()
View Source
var TxTooBigName = reflect.TypeOf(TxTooBig{}).Name()
View Source
var UdtExceptionName = reflect.TypeOf(UdtException{}).Name()
View Source
var UnHandledExceptionName = reflect.TypeOf(UnHandledException{}).Name()
View Source
var UnaccessibleApiName = reflect.TypeOf(UnaccessibleApi{}).Name()
View Source
var UnderflowExceptionName = reflect.TypeOf(UnderflowException{}).Name()
View Source
var UnknownBlockExceptionName = reflect.TypeOf(UnknownBlockException{}).Name()
View Source
var UnknownHostExceptionName = reflect.TypeOf(UnknownHostException{}).Name()
View Source
var UnknownTransactionCompressionName = reflect.TypeOf(UnknownTransactionCompression{}).Name()
View Source
var UnknownTransactionExceptionName = reflect.TypeOf(UnknownTransactionException{}).Name()
View Source
var UnlinkableBlockExceptionName = reflect.TypeOf(UnlinkableBlockException{}).Name()
View Source
var UnlinkableMinPermissionActionName = reflect.TypeOf(UnlinkableMinPermissionAction{}).Name()
View Source
var UnpackExceptionName = reflect.TypeOf(UnpackException{}).Name()
View Source
var UnsatisfiedAuthorizationName = reflect.TypeOf(UnsatisfiedAuthorization{}).Name()
View Source
var UnsupportedAbiVersionExceptionName = reflect.TypeOf(UnsupportedAbiVersionException{}).Name()
View Source
var UnsupportedFeatureName = reflect.TypeOf(UnsupportedFeature{}).Name()
View Source
var UnsupportedKeyTypeExceptionName = reflect.TypeOf(UnsupportedKeyTypeException{}).Name()
View Source
var WalletExceptionName = reflect.TypeOf(WalletException{}).Name()
View Source
var WalletExistExceptionName = reflect.TypeOf(WalletExistException{}).Name()
View Source
var WalletInvalidPasswordExceptionName = reflect.TypeOf(WalletInvalidPasswordException{}).Name()
View Source
var WalletLockedExceptionName = reflect.TypeOf(WalletLockedException{}).Name()
View Source
var WalletMissingPubKeyExceptionName = reflect.TypeOf(WalletMissingPubKeyException{}).Name()
View Source
var WalletNonexistentExceptionName = reflect.TypeOf(WalletNonexistentException{}).Name()
View Source
var WalletNotAvailableExceptionName = reflect.TypeOf(WalletNotAvailableException{}).Name()
View Source
var WalletUnlockedExceptionName = reflect.TypeOf(WalletUnlockedException{}).Name()
View Source
var WasmExceptionName = reflect.TypeOf(WasmException{}).Name()
View Source
var WasmExecutionErrorName = reflect.TypeOf(WasmExecutionError{}).Name()
View Source
var WasmSerializationErrorName = reflect.TypeOf(WasmSerializationError{}).Name()
View Source
var WastFileNotFoundName = reflect.TypeOf(WastFileNotFound{}).Name()
View Source
var WhitelistBlacklistExceptionName = reflect.TypeOf(WhitelistBlacklistException{}).Name()
View Source
var WrongProducerName = reflect.TypeOf(WrongProducer{}).Name()
View Source
var WrongSigningKeyName = reflect.TypeOf(WrongSigningKey{}).Name()

Functions

This section is empty.

Types

type AbiCircularDefException

type AbiCircularDefException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewAbiCircularDefException

func NewAbiCircularDefException(parent _AbiException, message log.Message) *AbiCircularDefException

func (AbiCircularDefException) AbiExceptions

func (AbiCircularDefException) AbiExceptions()

func (*AbiCircularDefException) AppendLog

func (e *AbiCircularDefException) AppendLog(l log.Message)

func (AbiCircularDefException) Callback

func (e AbiCircularDefException) Callback(f interface{}) bool

func (AbiCircularDefException) Code

func (e AbiCircularDefException) Code() int64

func (AbiCircularDefException) DetailMessage

func (e AbiCircularDefException) DetailMessage() string

func (AbiCircularDefException) GetLog

func (AbiCircularDefException) MarshalJSON

func (e AbiCircularDefException) MarshalJSON() ([]byte, error)

func (AbiCircularDefException) Name

func (AbiCircularDefException) String

func (e AbiCircularDefException) String() string

func (AbiCircularDefException) TopMessage

func (e AbiCircularDefException) TopMessage() string

func (AbiCircularDefException) What

type AbiException

type AbiException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewAbiException

func NewAbiException(parent _AbiException, message log.Message) *AbiException

func (AbiException) AbiExceptions

func (AbiException) AbiExceptions()

func (*AbiException) AppendLog

func (e *AbiException) AppendLog(l log.Message)

func (AbiException) Callback

func (e AbiException) Callback(f interface{}) bool

func (AbiException) Code

func (e AbiException) Code() int64

func (AbiException) DetailMessage

func (e AbiException) DetailMessage() string

func (AbiException) GetLog

func (e AbiException) GetLog() log.Messages

func (AbiException) MarshalJSON

func (e AbiException) MarshalJSON() ([]byte, error)

func (AbiException) Name

func (e AbiException) Name() string

func (AbiException) String

func (e AbiException) String() string

func (AbiException) TopMessage

func (e AbiException) TopMessage() string

func (AbiException) What

func (e AbiException) What() string

type AbiExceptions

type AbiExceptions interface {
	ChainExceptions
	AbiExceptions()
}

*

  • abi_exception

type AbiFileNotFound

type AbiFileNotFound struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewAbiFileNotFound

func NewAbiFileNotFound(parent _ContractException, message log.Message) *AbiFileNotFound

func (*AbiFileNotFound) AppendLog

func (e *AbiFileNotFound) AppendLog(l log.Message)

func (AbiFileNotFound) Callback

func (e AbiFileNotFound) Callback(f interface{}) bool

func (AbiFileNotFound) Code

func (e AbiFileNotFound) Code() int64

func (AbiFileNotFound) ContractExceptions

func (AbiFileNotFound) ContractExceptions()

func (AbiFileNotFound) DetailMessage

func (e AbiFileNotFound) DetailMessage() string

func (AbiFileNotFound) GetLog

func (e AbiFileNotFound) GetLog() log.Messages

func (AbiFileNotFound) MarshalJSON

func (e AbiFileNotFound) MarshalJSON() ([]byte, error)

func (AbiFileNotFound) Name

func (e AbiFileNotFound) Name() string

func (AbiFileNotFound) String

func (e AbiFileNotFound) String() string

func (AbiFileNotFound) TopMessage

func (e AbiFileNotFound) TopMessage() string

func (AbiFileNotFound) What

func (e AbiFileNotFound) What() string

type AbiNotFoundException

type AbiNotFoundException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewAbiNotFoundException

func NewAbiNotFoundException(parent _AbiException, message log.Message) *AbiNotFoundException

func (AbiNotFoundException) AbiExceptions

func (AbiNotFoundException) AbiExceptions()

func (*AbiNotFoundException) AppendLog

func (e *AbiNotFoundException) AppendLog(l log.Message)

func (AbiNotFoundException) Callback

func (e AbiNotFoundException) Callback(f interface{}) bool

func (AbiNotFoundException) Code

func (e AbiNotFoundException) Code() int64

func (AbiNotFoundException) DetailMessage

func (e AbiNotFoundException) DetailMessage() string

func (AbiNotFoundException) GetLog

func (e AbiNotFoundException) GetLog() log.Messages

func (AbiNotFoundException) MarshalJSON

func (e AbiNotFoundException) MarshalJSON() ([]byte, error)

func (AbiNotFoundException) Name

func (e AbiNotFoundException) Name() string

func (AbiNotFoundException) String

func (e AbiNotFoundException) String() string

func (AbiNotFoundException) TopMessage

func (e AbiNotFoundException) TopMessage() string

func (AbiNotFoundException) What

func (e AbiNotFoundException) What() string

type AbiRecursionDepthException

type AbiRecursionDepthException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewAbiRecursionDepthException

func NewAbiRecursionDepthException(parent _AbiException, message log.Message) *AbiRecursionDepthException

func (AbiRecursionDepthException) AbiExceptions

func (AbiRecursionDepthException) AbiExceptions()

func (*AbiRecursionDepthException) AppendLog

func (e *AbiRecursionDepthException) AppendLog(l log.Message)

func (AbiRecursionDepthException) Callback

func (e AbiRecursionDepthException) Callback(f interface{}) bool

func (AbiRecursionDepthException) Code

func (AbiRecursionDepthException) DetailMessage

func (e AbiRecursionDepthException) DetailMessage() string

func (AbiRecursionDepthException) GetLog

func (AbiRecursionDepthException) MarshalJSON

func (e AbiRecursionDepthException) MarshalJSON() ([]byte, error)

func (AbiRecursionDepthException) Name

func (AbiRecursionDepthException) String

func (AbiRecursionDepthException) TopMessage

func (e AbiRecursionDepthException) TopMessage() string

func (AbiRecursionDepthException) What

type AbiSerializationDeadlineException

type AbiSerializationDeadlineException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewAbiSerializationDeadlineException

func NewAbiSerializationDeadlineException(parent _AbiException, message log.Message) *AbiSerializationDeadlineException

func (AbiSerializationDeadlineException) AbiExceptions

func (AbiSerializationDeadlineException) AbiExceptions()

func (*AbiSerializationDeadlineException) AppendLog

func (AbiSerializationDeadlineException) Callback

func (e AbiSerializationDeadlineException) Callback(f interface{}) bool

func (AbiSerializationDeadlineException) Code

func (AbiSerializationDeadlineException) DetailMessage

func (e AbiSerializationDeadlineException) DetailMessage() string

func (AbiSerializationDeadlineException) GetLog

func (AbiSerializationDeadlineException) MarshalJSON

func (e AbiSerializationDeadlineException) MarshalJSON() ([]byte, error)

func (AbiSerializationDeadlineException) Name

func (AbiSerializationDeadlineException) String

func (AbiSerializationDeadlineException) TopMessage

func (AbiSerializationDeadlineException) What

type AbiTypeException

type AbiTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewAbiTypeException

func NewAbiTypeException(parent _ChainException, message log.Message) *AbiTypeException

func (*AbiTypeException) AppendLog

func (e *AbiTypeException) AppendLog(l log.Message)

func (AbiTypeException) Callback

func (e AbiTypeException) Callback(f interface{}) bool

func (AbiTypeException) ChainExceptions

func (AbiTypeException) ChainExceptions()

func (AbiTypeException) Code

func (e AbiTypeException) Code() int64

func (AbiTypeException) DetailMessage

func (e AbiTypeException) DetailMessage() string

func (AbiTypeException) GetLog

func (e AbiTypeException) GetLog() log.Messages

func (AbiTypeException) MarshalJSON

func (e AbiTypeException) MarshalJSON() ([]byte, error)

func (AbiTypeException) Name

func (e AbiTypeException) Name() string

func (AbiTypeException) String

func (e AbiTypeException) String() string

func (AbiTypeException) TopMessage

func (e AbiTypeException) TopMessage() string

func (AbiTypeException) What

func (e AbiTypeException) What() string

type AbortCalled

type AbortCalled struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewAbortCalled

func NewAbortCalled(parent _ActionValidateException, message log.Message) *AbortCalled

func (AbortCalled) ActionValidateExceptions

func (AbortCalled) ActionValidateExceptions()

func (*AbortCalled) AppendLog

func (e *AbortCalled) AppendLog(l log.Message)

func (AbortCalled) Callback

func (e AbortCalled) Callback(f interface{}) bool

func (AbortCalled) Code

func (e AbortCalled) Code() int64

func (AbortCalled) DetailMessage

func (e AbortCalled) DetailMessage() string

func (AbortCalled) GetLog

func (e AbortCalled) GetLog() log.Messages

func (AbortCalled) MarshalJSON

func (e AbortCalled) MarshalJSON() ([]byte, error)

func (AbortCalled) Name

func (e AbortCalled) Name() string

func (AbortCalled) String

func (e AbortCalled) String() string

func (AbortCalled) TopMessage

func (e AbortCalled) TopMessage() string

func (AbortCalled) What

func (e AbortCalled) What() string

type AccountNameExistsException

type AccountNameExistsException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewAccountNameExistsException

func NewAccountNameExistsException(parent _ActionValidateException, message log.Message) *AccountNameExistsException

func (AccountNameExistsException) ActionValidateExceptions

func (AccountNameExistsException) ActionValidateExceptions()

func (*AccountNameExistsException) AppendLog

func (e *AccountNameExistsException) AppendLog(l log.Message)

func (AccountNameExistsException) Callback

func (e AccountNameExistsException) Callback(f interface{}) bool

func (AccountNameExistsException) Code

func (AccountNameExistsException) DetailMessage

func (e AccountNameExistsException) DetailMessage() string

func (AccountNameExistsException) GetLog

func (AccountNameExistsException) MarshalJSON

func (e AccountNameExistsException) MarshalJSON() ([]byte, error)

func (AccountNameExistsException) Name

func (AccountNameExistsException) String

func (AccountNameExistsException) TopMessage

func (e AccountNameExistsException) TopMessage() string

func (AccountNameExistsException) What

type AccountQueryException

type AccountQueryException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewAccountQueryException

func NewAccountQueryException(parent _DatabaseException, message log.Message) *AccountQueryException

func (*AccountQueryException) AppendLog

func (e *AccountQueryException) AppendLog(l log.Message)

func (AccountQueryException) Callback

func (e AccountQueryException) Callback(f interface{}) bool

func (AccountQueryException) Code

func (e AccountQueryException) Code() int64

func (AccountQueryException) DatabaseExceptions

func (AccountQueryException) DatabaseExceptions()

func (AccountQueryException) DetailMessage

func (e AccountQueryException) DetailMessage() string

func (AccountQueryException) GetLog

func (e AccountQueryException) GetLog() log.Messages

func (AccountQueryException) MarshalJSON

func (e AccountQueryException) MarshalJSON() ([]byte, error)

func (AccountQueryException) Name

func (e AccountQueryException) Name() string

func (AccountQueryException) String

func (e AccountQueryException) String() string

func (AccountQueryException) TopMessage

func (e AccountQueryException) TopMessage() string

func (AccountQueryException) What

func (e AccountQueryException) What() string

type ActionBlacklistException

type ActionBlacklistException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewActionBlacklistException

func NewActionBlacklistException(parent _WhitelistBlacklistException, message log.Message) *ActionBlacklistException

func (*ActionBlacklistException) AppendLog

func (e *ActionBlacklistException) AppendLog(l log.Message)

func (ActionBlacklistException) Callback

func (e ActionBlacklistException) Callback(f interface{}) bool

func (ActionBlacklistException) Code

func (ActionBlacklistException) DetailMessage

func (e ActionBlacklistException) DetailMessage() string

func (ActionBlacklistException) GetLog

func (ActionBlacklistException) MarshalJSON

func (e ActionBlacklistException) MarshalJSON() ([]byte, error)

func (ActionBlacklistException) Name

func (ActionBlacklistException) String

func (e ActionBlacklistException) String() string

func (ActionBlacklistException) TopMessage

func (e ActionBlacklistException) TopMessage() string

func (ActionBlacklistException) What

func (ActionBlacklistException) WhitelistBlacklistExceptions

func (ActionBlacklistException) WhitelistBlacklistExceptions()

type ActionDataAndStructMismatch

type ActionDataAndStructMismatch struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewActionDataAndStructMismatch

func NewActionDataAndStructMismatch(parent _ActionValidateException, message log.Message) *ActionDataAndStructMismatch

func (ActionDataAndStructMismatch) ActionValidateExceptions

func (ActionDataAndStructMismatch) ActionValidateExceptions()

func (*ActionDataAndStructMismatch) AppendLog

func (e *ActionDataAndStructMismatch) AppendLog(l log.Message)

func (ActionDataAndStructMismatch) Callback

func (e ActionDataAndStructMismatch) Callback(f interface{}) bool

func (ActionDataAndStructMismatch) Code

func (ActionDataAndStructMismatch) DetailMessage

func (e ActionDataAndStructMismatch) DetailMessage() string

func (ActionDataAndStructMismatch) GetLog

func (ActionDataAndStructMismatch) MarshalJSON

func (e ActionDataAndStructMismatch) MarshalJSON() ([]byte, error)

func (ActionDataAndStructMismatch) Name

func (ActionDataAndStructMismatch) String

func (ActionDataAndStructMismatch) TopMessage

func (e ActionDataAndStructMismatch) TopMessage() string

func (ActionDataAndStructMismatch) What

type ActionNotFoundException

type ActionNotFoundException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewActionNotFoundException

func NewActionNotFoundException(parent _ActionValidateException, message log.Message) *ActionNotFoundException

func (ActionNotFoundException) ActionValidateExceptions

func (ActionNotFoundException) ActionValidateExceptions()

func (*ActionNotFoundException) AppendLog

func (e *ActionNotFoundException) AppendLog(l log.Message)

func (ActionNotFoundException) Callback

func (e ActionNotFoundException) Callback(f interface{}) bool

func (ActionNotFoundException) Code

func (e ActionNotFoundException) Code() int64

func (ActionNotFoundException) DetailMessage

func (e ActionNotFoundException) DetailMessage() string

func (ActionNotFoundException) GetLog

func (ActionNotFoundException) MarshalJSON

func (e ActionNotFoundException) MarshalJSON() ([]byte, error)

func (ActionNotFoundException) Name

func (ActionNotFoundException) String

func (e ActionNotFoundException) String() string

func (ActionNotFoundException) TopMessage

func (e ActionNotFoundException) TopMessage() string

func (ActionNotFoundException) What

type ActionTypeException

type ActionTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewActionTypeException

func NewActionTypeException(parent _ChainException, message log.Message) *ActionTypeException

func (*ActionTypeException) AppendLog

func (e *ActionTypeException) AppendLog(l log.Message)

func (ActionTypeException) Callback

func (e ActionTypeException) Callback(f interface{}) bool

func (ActionTypeException) ChainExceptions

func (ActionTypeException) ChainExceptions()

func (ActionTypeException) Code

func (e ActionTypeException) Code() int64

func (ActionTypeException) DetailMessage

func (e ActionTypeException) DetailMessage() string

func (ActionTypeException) GetLog

func (e ActionTypeException) GetLog() log.Messages

func (ActionTypeException) MarshalJSON

func (e ActionTypeException) MarshalJSON() ([]byte, error)

func (ActionTypeException) Name

func (e ActionTypeException) Name() string

func (ActionTypeException) String

func (e ActionTypeException) String() string

func (ActionTypeException) TopMessage

func (e ActionTypeException) TopMessage() string

func (ActionTypeException) What

func (e ActionTypeException) What() string

type ActionValidateException

type ActionValidateException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewActionValidateException

func NewActionValidateException(parent _ActionValidateException, message log.Message) *ActionValidateException

func (ActionValidateException) ActionValidateExceptions

func (ActionValidateException) ActionValidateExceptions()

func (*ActionValidateException) AppendLog

func (e *ActionValidateException) AppendLog(l log.Message)

func (ActionValidateException) Callback

func (e ActionValidateException) Callback(f interface{}) bool

func (ActionValidateException) Code

func (e ActionValidateException) Code() int64

func (ActionValidateException) DetailMessage

func (e ActionValidateException) DetailMessage() string

func (ActionValidateException) GetLog

func (ActionValidateException) MarshalJSON

func (e ActionValidateException) MarshalJSON() ([]byte, error)

func (ActionValidateException) Name

func (ActionValidateException) String

func (e ActionValidateException) String() string

func (ActionValidateException) TopMessage

func (e ActionValidateException) TopMessage() string

func (ActionValidateException) What

type ActionValidateExceptions

type ActionValidateExceptions interface {
	ChainExceptions
	ActionValidateExceptions()
}

*

  • action_validate_exception

type ActorBlacklistException

type ActorBlacklistException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewActorBlacklistException

func NewActorBlacklistException(parent _WhitelistBlacklistException, message log.Message) *ActorBlacklistException

func (*ActorBlacklistException) AppendLog

func (e *ActorBlacklistException) AppendLog(l log.Message)

func (ActorBlacklistException) Callback

func (e ActorBlacklistException) Callback(f interface{}) bool

func (ActorBlacklistException) Code

func (e ActorBlacklistException) Code() int64

func (ActorBlacklistException) DetailMessage

func (e ActorBlacklistException) DetailMessage() string

func (ActorBlacklistException) GetLog

func (ActorBlacklistException) MarshalJSON

func (e ActorBlacklistException) MarshalJSON() ([]byte, error)

func (ActorBlacklistException) Name

func (ActorBlacklistException) String

func (e ActorBlacklistException) String() string

func (ActorBlacklistException) TopMessage

func (e ActorBlacklistException) TopMessage() string

func (ActorBlacklistException) What

func (ActorBlacklistException) WhitelistBlacklistExceptions

func (ActorBlacklistException) WhitelistBlacklistExceptions()

type ActorWhitelistException

type ActorWhitelistException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewActorWhitelistException

func NewActorWhitelistException(parent _WhitelistBlacklistException, message log.Message) *ActorWhitelistException

func (*ActorWhitelistException) AppendLog

func (e *ActorWhitelistException) AppendLog(l log.Message)

func (ActorWhitelistException) Callback

func (e ActorWhitelistException) Callback(f interface{}) bool

func (ActorWhitelistException) Code

func (e ActorWhitelistException) Code() int64

func (ActorWhitelistException) DetailMessage

func (e ActorWhitelistException) DetailMessage() string

func (ActorWhitelistException) GetLog

func (ActorWhitelistException) MarshalJSON

func (e ActorWhitelistException) MarshalJSON() ([]byte, error)

func (ActorWhitelistException) Name

func (ActorWhitelistException) String

func (e ActorWhitelistException) String() string

func (ActorWhitelistException) TopMessage

func (e ActorWhitelistException) TopMessage() string

func (ActorWhitelistException) What

func (ActorWhitelistException) WhitelistBlacklistExceptions

func (ActorWhitelistException) WhitelistBlacklistExceptions()

type AesException

type AesException struct {
	Exception
	Elog log.Messages
}

func NewAesException

func NewAesException(parent Exception, message log.Message) *AesException

func (*AesException) AppendLog

func (e *AesException) AppendLog(l log.Message)

func (AesException) Callback

func (e AesException) Callback(f interface{}) bool

func (AesException) Code

func (e AesException) Code() int64

func (AesException) DetailMessage

func (e AesException) DetailMessage() string

func (AesException) GetLog

func (e AesException) GetLog() log.Messages

func (AesException) MarshalJSON

func (e AesException) MarshalJSON() ([]byte, error)

func (AesException) Name

func (e AesException) Name() string

func (AesException) String

func (e AesException) String() string

func (AesException) TopMessage

func (e AesException) TopMessage() string

func (AesException) What

func (e AesException) What() string

type ArithmeticException

type ArithmeticException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewArithmeticException

func NewArithmeticException(parent _ContractApiException, message log.Message) *ArithmeticException

func (*ArithmeticException) AppendLog

func (e *ArithmeticException) AppendLog(l log.Message)

func (ArithmeticException) Callback

func (e ArithmeticException) Callback(f interface{}) bool

func (ArithmeticException) Code

func (e ArithmeticException) Code() int64

func (ArithmeticException) ContractApiExceptions

func (ArithmeticException) ContractApiExceptions()

func (ArithmeticException) DetailMessage

func (e ArithmeticException) DetailMessage() string

func (ArithmeticException) GetLog

func (e ArithmeticException) GetLog() log.Messages

func (ArithmeticException) MarshalJSON

func (e ArithmeticException) MarshalJSON() ([]byte, error)

func (ArithmeticException) Name

func (e ArithmeticException) Name() string

func (ArithmeticException) String

func (e ArithmeticException) String() string

func (ArithmeticException) TopMessage

func (e ArithmeticException) TopMessage() string

func (ArithmeticException) What

func (e ArithmeticException) What() string

type AssertException

type AssertException struct {
	Exception
	Elog log.Messages
}

func NewAssertException

func NewAssertException(parent Exception, message log.Message) *AssertException

func (*AssertException) AppendLog

func (e *AssertException) AppendLog(l log.Message)

func (AssertException) Callback

func (e AssertException) Callback(f interface{}) bool

func (AssertException) Code

func (e AssertException) Code() int64

func (AssertException) DetailMessage

func (e AssertException) DetailMessage() string

func (AssertException) GetLog

func (e AssertException) GetLog() log.Messages

func (AssertException) MarshalJSON

func (e AssertException) MarshalJSON() ([]byte, error)

func (AssertException) Name

func (e AssertException) Name() string

func (AssertException) String

func (e AssertException) String() string

func (AssertException) TopMessage

func (e AssertException) TopMessage() string

func (AssertException) What

func (e AssertException) What() string

type AssetTypeException

type AssetTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewAssetTypeException

func NewAssetTypeException(parent _ChainException, message log.Message) *AssetTypeException

func (*AssetTypeException) AppendLog

func (e *AssetTypeException) AppendLog(l log.Message)

func (AssetTypeException) Callback

func (e AssetTypeException) Callback(f interface{}) bool

func (AssetTypeException) ChainExceptions

func (AssetTypeException) ChainExceptions()

func (AssetTypeException) Code

func (e AssetTypeException) Code() int64

func (AssetTypeException) DetailMessage

func (e AssetTypeException) DetailMessage() string

func (AssetTypeException) GetLog

func (e AssetTypeException) GetLog() log.Messages

func (AssetTypeException) MarshalJSON

func (e AssetTypeException) MarshalJSON() ([]byte, error)

func (AssetTypeException) Name

func (e AssetTypeException) Name() string

func (AssetTypeException) String

func (e AssetTypeException) String() string

func (AssetTypeException) TopMessage

func (e AssetTypeException) TopMessage() string

func (AssetTypeException) What

func (e AssetTypeException) What() string

type AuthorityTypeException

type AuthorityTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewAuthorityTypeException

func NewAuthorityTypeException(parent _ChainException, message log.Message) *AuthorityTypeException

func (*AuthorityTypeException) AppendLog

func (e *AuthorityTypeException) AppendLog(l log.Message)

func (AuthorityTypeException) Callback

func (e AuthorityTypeException) Callback(f interface{}) bool

func (AuthorityTypeException) ChainExceptions

func (AuthorityTypeException) ChainExceptions()

func (AuthorityTypeException) Code

func (e AuthorityTypeException) Code() int64

func (AuthorityTypeException) DetailMessage

func (e AuthorityTypeException) DetailMessage() string

func (AuthorityTypeException) GetLog

func (e AuthorityTypeException) GetLog() log.Messages

func (AuthorityTypeException) MarshalJSON

func (e AuthorityTypeException) MarshalJSON() ([]byte, error)

func (AuthorityTypeException) Name

func (e AuthorityTypeException) Name() string

func (AuthorityTypeException) String

func (e AuthorityTypeException) String() string

func (AuthorityTypeException) TopMessage

func (e AuthorityTypeException) TopMessage() string

func (AuthorityTypeException) What

func (e AuthorityTypeException) What() string

type AuthorizationException

type AuthorizationException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewAuthorizationException

func NewAuthorizationException(parent _AuthorizationException, message log.Message) *AuthorizationException

func (*AuthorizationException) AppendLog

func (e *AuthorizationException) AppendLog(l log.Message)

func (AuthorizationException) AuthorizationExceptions

func (AuthorizationException) AuthorizationExceptions()

func (AuthorizationException) Callback

func (e AuthorizationException) Callback(f interface{}) bool

func (AuthorizationException) Code

func (e AuthorizationException) Code() int64

func (AuthorizationException) DetailMessage

func (e AuthorizationException) DetailMessage() string

func (AuthorizationException) GetLog

func (e AuthorizationException) GetLog() log.Messages

func (AuthorizationException) MarshalJSON

func (e AuthorizationException) MarshalJSON() ([]byte, error)

func (AuthorizationException) Name

func (e AuthorizationException) Name() string

func (AuthorizationException) String

func (e AuthorizationException) String() string

func (AuthorizationException) TopMessage

func (e AuthorizationException) TopMessage() string

func (AuthorizationException) What

func (e AuthorizationException) What() string

type AuthorizationExceptions

type AuthorizationExceptions interface {
	ChainExceptions
	AuthorizationExceptions()
}

*

  • authorization_exception

type BadCastException

type BadCastException struct {
	Exception
	Elog log.Messages
}

func NewBadCastException

func NewBadCastException(parent Exception, message log.Message) *BadCastException

func (*BadCastException) AppendLog

func (e *BadCastException) AppendLog(l log.Message)

func (BadCastException) Callback

func (e BadCastException) Callback(f interface{}) bool

func (BadCastException) Code

func (e BadCastException) Code() int64

func (BadCastException) DetailMessage

func (e BadCastException) DetailMessage() string

func (BadCastException) GetLog

func (e BadCastException) GetLog() log.Messages

func (BadCastException) MarshalJSON

func (e BadCastException) MarshalJSON() ([]byte, error)

func (BadCastException) Name

func (e BadCastException) Name() string

func (BadCastException) String

func (e BadCastException) String() string

func (BadCastException) TopMessage

func (e BadCastException) TopMessage() string

func (BadCastException) What

func (e BadCastException) What() string

type BinaryenException

type BinaryenException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBinaryenException

func NewBinaryenException(parent _WasmException, message log.Message) *BinaryenException

func (*BinaryenException) AppendLog

func (e *BinaryenException) AppendLog(l log.Message)

func (BinaryenException) Callback

func (e BinaryenException) Callback(f interface{}) bool

func (BinaryenException) Code

func (e BinaryenException) Code() int64

func (BinaryenException) DetailMessage

func (e BinaryenException) DetailMessage() string

func (BinaryenException) GetLog

func (e BinaryenException) GetLog() log.Messages

func (BinaryenException) MarshalJSON

func (e BinaryenException) MarshalJSON() ([]byte, error)

func (BinaryenException) Name

func (e BinaryenException) Name() string

func (BinaryenException) String

func (e BinaryenException) String() string

func (BinaryenException) TopMessage

func (e BinaryenException) TopMessage() string

func (BinaryenException) WasmExceptions

func (BinaryenException) WasmExceptions()

func (BinaryenException) What

func (e BinaryenException) What() string

type BlockConcurrencyException

type BlockConcurrencyException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockConcurrencyException

func NewBlockConcurrencyException(parent _BlockValidateException, message log.Message) *BlockConcurrencyException

func (*BlockConcurrencyException) AppendLog

func (e *BlockConcurrencyException) AppendLog(l log.Message)

func (BlockConcurrencyException) BlockValidateExceptions

func (BlockConcurrencyException) BlockValidateExceptions()

func (BlockConcurrencyException) Callback

func (e BlockConcurrencyException) Callback(f interface{}) bool

func (BlockConcurrencyException) Code

func (BlockConcurrencyException) DetailMessage

func (e BlockConcurrencyException) DetailMessage() string

func (BlockConcurrencyException) GetLog

func (BlockConcurrencyException) MarshalJSON

func (e BlockConcurrencyException) MarshalJSON() ([]byte, error)

func (BlockConcurrencyException) Name

func (BlockConcurrencyException) String

func (e BlockConcurrencyException) String() string

func (BlockConcurrencyException) TopMessage

func (e BlockConcurrencyException) TopMessage() string

func (BlockConcurrencyException) What

type BlockCpuUsageExceeded

type BlockCpuUsageExceeded struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockCpuUsageExceeded

func NewBlockCpuUsageExceeded(parent _ResourceExhaustedException, message log.Message) *BlockCpuUsageExceeded

func (*BlockCpuUsageExceeded) AppendLog

func (e *BlockCpuUsageExceeded) AppendLog(l log.Message)

func (BlockCpuUsageExceeded) Callback

func (e BlockCpuUsageExceeded) Callback(f interface{}) bool

func (BlockCpuUsageExceeded) Code

func (e BlockCpuUsageExceeded) Code() int64

func (BlockCpuUsageExceeded) DetailMessage

func (e BlockCpuUsageExceeded) DetailMessage() string

func (BlockCpuUsageExceeded) GetLog

func (e BlockCpuUsageExceeded) GetLog() log.Messages

func (BlockCpuUsageExceeded) MarshalJSON

func (e BlockCpuUsageExceeded) MarshalJSON() ([]byte, error)

func (BlockCpuUsageExceeded) Name

func (e BlockCpuUsageExceeded) Name() string

func (BlockCpuUsageExceeded) ResourceExhaustedExceptions

func (BlockCpuUsageExceeded) ResourceExhaustedExceptions()

func (BlockCpuUsageExceeded) String

func (e BlockCpuUsageExceeded) String() string

func (BlockCpuUsageExceeded) TopMessage

func (e BlockCpuUsageExceeded) TopMessage() string

func (BlockCpuUsageExceeded) What

func (e BlockCpuUsageExceeded) What() string

type BlockFromTheFuture

type BlockFromTheFuture struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockFromTheFuture

func NewBlockFromTheFuture(parent _BlockValidateException, message log.Message) *BlockFromTheFuture

func (*BlockFromTheFuture) AppendLog

func (e *BlockFromTheFuture) AppendLog(l log.Message)

func (BlockFromTheFuture) BlockValidateExceptions

func (BlockFromTheFuture) BlockValidateExceptions()

func (BlockFromTheFuture) Callback

func (e BlockFromTheFuture) Callback(f interface{}) bool

func (BlockFromTheFuture) Code

func (e BlockFromTheFuture) Code() int64

func (BlockFromTheFuture) DetailMessage

func (e BlockFromTheFuture) DetailMessage() string

func (BlockFromTheFuture) GetLog

func (e BlockFromTheFuture) GetLog() log.Messages

func (BlockFromTheFuture) MarshalJSON

func (e BlockFromTheFuture) MarshalJSON() ([]byte, error)

func (BlockFromTheFuture) Name

func (e BlockFromTheFuture) Name() string

func (BlockFromTheFuture) String

func (e BlockFromTheFuture) String() string

func (BlockFromTheFuture) TopMessage

func (e BlockFromTheFuture) TopMessage() string

func (BlockFromTheFuture) What

func (e BlockFromTheFuture) What() string

type BlockIdTypeException

type BlockIdTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockIdTypeException

func NewBlockIdTypeException(parent _ChainException, message log.Message) *BlockIdTypeException

func (*BlockIdTypeException) AppendLog

func (e *BlockIdTypeException) AppendLog(l log.Message)

func (BlockIdTypeException) Callback

func (e BlockIdTypeException) Callback(f interface{}) bool

func (BlockIdTypeException) ChainExceptions

func (BlockIdTypeException) ChainExceptions()

func (BlockIdTypeException) Code

func (e BlockIdTypeException) Code() int64

func (BlockIdTypeException) DetailMessage

func (e BlockIdTypeException) DetailMessage() string

func (BlockIdTypeException) GetLog

func (e BlockIdTypeException) GetLog() log.Messages

func (BlockIdTypeException) MarshalJSON

func (e BlockIdTypeException) MarshalJSON() ([]byte, error)

func (BlockIdTypeException) Name

func (e BlockIdTypeException) Name() string

func (BlockIdTypeException) String

func (e BlockIdTypeException) String() string

func (BlockIdTypeException) TopMessage

func (e BlockIdTypeException) TopMessage() string

func (BlockIdTypeException) What

func (e BlockIdTypeException) What() string

type BlockLockException

type BlockLockException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockLockException

func NewBlockLockException(parent _BlockValidateException, message log.Message) *BlockLockException

func (*BlockLockException) AppendLog

func (e *BlockLockException) AppendLog(l log.Message)

func (BlockLockException) BlockValidateExceptions

func (BlockLockException) BlockValidateExceptions()

func (BlockLockException) Callback

func (e BlockLockException) Callback(f interface{}) bool

func (BlockLockException) Code

func (e BlockLockException) Code() int64

func (BlockLockException) DetailMessage

func (e BlockLockException) DetailMessage() string

func (BlockLockException) GetLog

func (e BlockLockException) GetLog() log.Messages

func (BlockLockException) MarshalJSON

func (e BlockLockException) MarshalJSON() ([]byte, error)

func (BlockLockException) Name

func (e BlockLockException) Name() string

func (BlockLockException) String

func (e BlockLockException) String() string

func (BlockLockException) TopMessage

func (e BlockLockException) TopMessage() string

func (BlockLockException) What

func (e BlockLockException) What() string

type BlockLogAppendFail

type BlockLogAppendFail struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockLogAppendFail

func NewBlockLogAppendFail(parent _BlockLogException, message log.Message) *BlockLogAppendFail

func (*BlockLogAppendFail) AppendLog

func (e *BlockLogAppendFail) AppendLog(l log.Message)

func (BlockLogAppendFail) BlockLogExceptions

func (BlockLogAppendFail) BlockLogExceptions()

func (BlockLogAppendFail) Callback

func (e BlockLogAppendFail) Callback(f interface{}) bool

func (BlockLogAppendFail) Code

func (e BlockLogAppendFail) Code() int64

func (BlockLogAppendFail) DetailMessage

func (e BlockLogAppendFail) DetailMessage() string

func (BlockLogAppendFail) GetLog

func (e BlockLogAppendFail) GetLog() log.Messages

func (BlockLogAppendFail) MarshalJSON

func (e BlockLogAppendFail) MarshalJSON() ([]byte, error)

func (BlockLogAppendFail) Name

func (e BlockLogAppendFail) Name() string

func (BlockLogAppendFail) String

func (e BlockLogAppendFail) String() string

func (BlockLogAppendFail) TopMessage

func (e BlockLogAppendFail) TopMessage() string

func (BlockLogAppendFail) What

func (e BlockLogAppendFail) What() string

type BlockLogBackupDirExist

type BlockLogBackupDirExist struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockLogBackupDirExist

func NewBlockLogBackupDirExist(parent _BlockLogException, message log.Message) *BlockLogBackupDirExist

func (*BlockLogBackupDirExist) AppendLog

func (e *BlockLogBackupDirExist) AppendLog(l log.Message)

func (BlockLogBackupDirExist) BlockLogExceptions

func (BlockLogBackupDirExist) BlockLogExceptions()

func (BlockLogBackupDirExist) Callback

func (e BlockLogBackupDirExist) Callback(f interface{}) bool

func (BlockLogBackupDirExist) Code

func (e BlockLogBackupDirExist) Code() int64

func (BlockLogBackupDirExist) DetailMessage

func (e BlockLogBackupDirExist) DetailMessage() string

func (BlockLogBackupDirExist) GetLog

func (e BlockLogBackupDirExist) GetLog() log.Messages

func (BlockLogBackupDirExist) MarshalJSON

func (e BlockLogBackupDirExist) MarshalJSON() ([]byte, error)

func (BlockLogBackupDirExist) Name

func (e BlockLogBackupDirExist) Name() string

func (BlockLogBackupDirExist) String

func (e BlockLogBackupDirExist) String() string

func (BlockLogBackupDirExist) TopMessage

func (e BlockLogBackupDirExist) TopMessage() string

func (BlockLogBackupDirExist) What

func (e BlockLogBackupDirExist) What() string

type BlockLogException

type BlockLogException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockLogException

func NewBlockLogException(parent _BlockLogException, message log.Message) *BlockLogException

func (*BlockLogException) AppendLog

func (e *BlockLogException) AppendLog(l log.Message)

func (BlockLogException) BlockLogExceptions

func (BlockLogException) BlockLogExceptions()

func (BlockLogException) Callback

func (e BlockLogException) Callback(f interface{}) bool

func (BlockLogException) Code

func (e BlockLogException) Code() int64

func (BlockLogException) DetailMessage

func (e BlockLogException) DetailMessage() string

func (BlockLogException) GetLog

func (e BlockLogException) GetLog() log.Messages

func (BlockLogException) MarshalJSON

func (e BlockLogException) MarshalJSON() ([]byte, error)

func (BlockLogException) Name

func (e BlockLogException) Name() string

func (BlockLogException) String

func (e BlockLogException) String() string

func (BlockLogException) TopMessage

func (e BlockLogException) TopMessage() string

func (BlockLogException) What

func (e BlockLogException) What() string

type BlockLogExceptions

type BlockLogExceptions interface {
	ChainExceptions
	BlockLogExceptions()
}

*

  • block_log_exception

type BlockLogNotFound

type BlockLogNotFound struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockLogNotFound

func NewBlockLogNotFound(parent _BlockLogException, message log.Message) *BlockLogNotFound

func (*BlockLogNotFound) AppendLog

func (e *BlockLogNotFound) AppendLog(l log.Message)

func (BlockLogNotFound) BlockLogExceptions

func (BlockLogNotFound) BlockLogExceptions()

func (BlockLogNotFound) Callback

func (e BlockLogNotFound) Callback(f interface{}) bool

func (BlockLogNotFound) Code

func (e BlockLogNotFound) Code() int64

func (BlockLogNotFound) DetailMessage

func (e BlockLogNotFound) DetailMessage() string

func (BlockLogNotFound) GetLog

func (e BlockLogNotFound) GetLog() log.Messages

func (BlockLogNotFound) MarshalJSON

func (e BlockLogNotFound) MarshalJSON() ([]byte, error)

func (BlockLogNotFound) Name

func (e BlockLogNotFound) Name() string

func (BlockLogNotFound) String

func (e BlockLogNotFound) String() string

func (BlockLogNotFound) TopMessage

func (e BlockLogNotFound) TopMessage() string

func (BlockLogNotFound) What

func (e BlockLogNotFound) What() string

type BlockLogUnsupportedVersion

type BlockLogUnsupportedVersion struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockLogUnsupportedVersion

func NewBlockLogUnsupportedVersion(parent _BlockLogException, message log.Message) *BlockLogUnsupportedVersion

func (*BlockLogUnsupportedVersion) AppendLog

func (e *BlockLogUnsupportedVersion) AppendLog(l log.Message)

func (BlockLogUnsupportedVersion) BlockLogExceptions

func (BlockLogUnsupportedVersion) BlockLogExceptions()

func (BlockLogUnsupportedVersion) Callback

func (e BlockLogUnsupportedVersion) Callback(f interface{}) bool

func (BlockLogUnsupportedVersion) Code

func (BlockLogUnsupportedVersion) DetailMessage

func (e BlockLogUnsupportedVersion) DetailMessage() string

func (BlockLogUnsupportedVersion) GetLog

func (BlockLogUnsupportedVersion) MarshalJSON

func (e BlockLogUnsupportedVersion) MarshalJSON() ([]byte, error)

func (BlockLogUnsupportedVersion) Name

func (BlockLogUnsupportedVersion) String

func (BlockLogUnsupportedVersion) TopMessage

func (e BlockLogUnsupportedVersion) TopMessage() string

func (BlockLogUnsupportedVersion) What

type BlockNetUsageExceeded

type BlockNetUsageExceeded struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockNetUsageExceeded

func NewBlockNetUsageExceeded(parent _ResourceExhaustedException, message log.Message) *BlockNetUsageExceeded

func (*BlockNetUsageExceeded) AppendLog

func (e *BlockNetUsageExceeded) AppendLog(l log.Message)

func (BlockNetUsageExceeded) Callback

func (e BlockNetUsageExceeded) Callback(f interface{}) bool

func (BlockNetUsageExceeded) Code

func (e BlockNetUsageExceeded) Code() int64

func (BlockNetUsageExceeded) DetailMessage

func (e BlockNetUsageExceeded) DetailMessage() string

func (BlockNetUsageExceeded) GetLog

func (e BlockNetUsageExceeded) GetLog() log.Messages

func (BlockNetUsageExceeded) MarshalJSON

func (e BlockNetUsageExceeded) MarshalJSON() ([]byte, error)

func (BlockNetUsageExceeded) Name

func (e BlockNetUsageExceeded) Name() string

func (BlockNetUsageExceeded) ResourceExhaustedExceptions

func (BlockNetUsageExceeded) ResourceExhaustedExceptions()

func (BlockNetUsageExceeded) String

func (e BlockNetUsageExceeded) String() string

func (BlockNetUsageExceeded) TopMessage

func (e BlockNetUsageExceeded) TopMessage() string

func (BlockNetUsageExceeded) What

func (e BlockNetUsageExceeded) What() string

type BlockResourceExhausted

type BlockResourceExhausted struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockResourceExhausted

func NewBlockResourceExhausted(parent _BlockValidateException, message log.Message) *BlockResourceExhausted

func (*BlockResourceExhausted) AppendLog

func (e *BlockResourceExhausted) AppendLog(l log.Message)

func (BlockResourceExhausted) BlockValidateExceptions

func (BlockResourceExhausted) BlockValidateExceptions()

func (BlockResourceExhausted) Callback

func (e BlockResourceExhausted) Callback(f interface{}) bool

func (BlockResourceExhausted) Code

func (e BlockResourceExhausted) Code() int64

func (BlockResourceExhausted) DetailMessage

func (e BlockResourceExhausted) DetailMessage() string

func (BlockResourceExhausted) GetLog

func (e BlockResourceExhausted) GetLog() log.Messages

func (BlockResourceExhausted) MarshalJSON

func (e BlockResourceExhausted) MarshalJSON() ([]byte, error)

func (BlockResourceExhausted) Name

func (e BlockResourceExhausted) Name() string

func (BlockResourceExhausted) String

func (e BlockResourceExhausted) String() string

func (BlockResourceExhausted) TopMessage

func (e BlockResourceExhausted) TopMessage() string

func (BlockResourceExhausted) What

func (e BlockResourceExhausted) What() string

type BlockTooOldException

type BlockTooOldException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockTooOldException

func NewBlockTooOldException(parent _BlockValidateException, message log.Message) *BlockTooOldException

func (*BlockTooOldException) AppendLog

func (e *BlockTooOldException) AppendLog(l log.Message)

func (BlockTooOldException) BlockValidateExceptions

func (BlockTooOldException) BlockValidateExceptions()

func (BlockTooOldException) Callback

func (e BlockTooOldException) Callback(f interface{}) bool

func (BlockTooOldException) Code

func (e BlockTooOldException) Code() int64

func (BlockTooOldException) DetailMessage

func (e BlockTooOldException) DetailMessage() string

func (BlockTooOldException) GetLog

func (e BlockTooOldException) GetLog() log.Messages

func (BlockTooOldException) MarshalJSON

func (e BlockTooOldException) MarshalJSON() ([]byte, error)

func (BlockTooOldException) Name

func (e BlockTooOldException) Name() string

func (BlockTooOldException) String

func (e BlockTooOldException) String() string

func (BlockTooOldException) TopMessage

func (e BlockTooOldException) TopMessage() string

func (BlockTooOldException) What

func (e BlockTooOldException) What() string

type BlockTxOutputException

type BlockTxOutputException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockTxOutputException

func NewBlockTxOutputException(parent _BlockValidateException, message log.Message) *BlockTxOutputException

func (*BlockTxOutputException) AppendLog

func (e *BlockTxOutputException) AppendLog(l log.Message)

func (BlockTxOutputException) BlockValidateExceptions

func (BlockTxOutputException) BlockValidateExceptions()

func (BlockTxOutputException) Callback

func (e BlockTxOutputException) Callback(f interface{}) bool

func (BlockTxOutputException) Code

func (e BlockTxOutputException) Code() int64

func (BlockTxOutputException) DetailMessage

func (e BlockTxOutputException) DetailMessage() string

func (BlockTxOutputException) GetLog

func (e BlockTxOutputException) GetLog() log.Messages

func (BlockTxOutputException) MarshalJSON

func (e BlockTxOutputException) MarshalJSON() ([]byte, error)

func (BlockTxOutputException) Name

func (e BlockTxOutputException) Name() string

func (BlockTxOutputException) String

func (e BlockTxOutputException) String() string

func (BlockTxOutputException) TopMessage

func (e BlockTxOutputException) TopMessage() string

func (BlockTxOutputException) What

func (e BlockTxOutputException) What() string

type BlockValidateException

type BlockValidateException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewBlockValidateException

func NewBlockValidateException(parent _BlockValidateException, message log.Message) *BlockValidateException

func (*BlockValidateException) AppendLog

func (e *BlockValidateException) AppendLog(l log.Message)

func (BlockValidateException) BlockValidateExceptions

func (BlockValidateException) BlockValidateExceptions()

func (BlockValidateException) Callback

func (e BlockValidateException) Callback(f interface{}) bool

func (BlockValidateException) Code

func (e BlockValidateException) Code() int64

func (BlockValidateException) DetailMessage

func (e BlockValidateException) DetailMessage() string

func (BlockValidateException) GetLog

func (e BlockValidateException) GetLog() log.Messages

func (BlockValidateException) MarshalJSON

func (e BlockValidateException) MarshalJSON() ([]byte, error)

func (BlockValidateException) Name

func (e BlockValidateException) Name() string

func (BlockValidateException) String

func (e BlockValidateException) String() string

func (BlockValidateException) TopMessage

func (e BlockValidateException) TopMessage() string

func (BlockValidateException) What

func (e BlockValidateException) What() string

type BlockValidateExceptions

type BlockValidateExceptions interface {
	ChainExceptions
	BlockValidateExceptions()
}

*

  • block_validate_exception

type CanceledException

type CanceledException struct {
	Exception
	Elog log.Messages
}

func NewCanceledException

func NewCanceledException(parent Exception, message log.Message) *CanceledException

func (*CanceledException) AppendLog

func (e *CanceledException) AppendLog(l log.Message)

func (CanceledException) Callback

func (e CanceledException) Callback(f interface{}) bool

func (CanceledException) Code

func (e CanceledException) Code() int64

func (CanceledException) DetailMessage

func (e CanceledException) DetailMessage() string

func (CanceledException) GetLog

func (e CanceledException) GetLog() log.Messages

func (CanceledException) MarshalJSON

func (e CanceledException) MarshalJSON() ([]byte, error)

func (CanceledException) Name

func (e CanceledException) Name() string

func (CanceledException) String

func (e CanceledException) String() string

func (CanceledException) TopMessage

func (e CanceledException) TopMessage() string

func (CanceledException) What

func (e CanceledException) What() string

type CfaInsideGeneratedTx

type CfaInsideGeneratedTx struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewCfaInsideGeneratedTx

func NewCfaInsideGeneratedTx(parent _TransactionException, message log.Message) *CfaInsideGeneratedTx

func (*CfaInsideGeneratedTx) AppendLog

func (e *CfaInsideGeneratedTx) AppendLog(l log.Message)

func (CfaInsideGeneratedTx) Callback

func (e CfaInsideGeneratedTx) Callback(f interface{}) bool

func (CfaInsideGeneratedTx) Code

func (e CfaInsideGeneratedTx) Code() int64

func (CfaInsideGeneratedTx) DetailMessage

func (e CfaInsideGeneratedTx) DetailMessage() string

func (CfaInsideGeneratedTx) GetLog

func (e CfaInsideGeneratedTx) GetLog() log.Messages

func (CfaInsideGeneratedTx) MarshalJSON

func (e CfaInsideGeneratedTx) MarshalJSON() ([]byte, error)

func (CfaInsideGeneratedTx) Name

func (e CfaInsideGeneratedTx) Name() string

func (CfaInsideGeneratedTx) String

func (e CfaInsideGeneratedTx) String() string

func (CfaInsideGeneratedTx) TopMessage

func (e CfaInsideGeneratedTx) TopMessage() string

func (CfaInsideGeneratedTx) TransactionExceptions

func (CfaInsideGeneratedTx) TransactionExceptions()

func (CfaInsideGeneratedTx) What

func (e CfaInsideGeneratedTx) What() string

type CfaIrrelevantAuth

type CfaIrrelevantAuth struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewCfaIrrelevantAuth

func NewCfaIrrelevantAuth(parent _TransactionException, message log.Message) *CfaIrrelevantAuth

func (*CfaIrrelevantAuth) AppendLog

func (e *CfaIrrelevantAuth) AppendLog(l log.Message)

func (CfaIrrelevantAuth) Callback

func (e CfaIrrelevantAuth) Callback(f interface{}) bool

func (CfaIrrelevantAuth) Code

func (e CfaIrrelevantAuth) Code() int64

func (CfaIrrelevantAuth) DetailMessage

func (e CfaIrrelevantAuth) DetailMessage() string

func (CfaIrrelevantAuth) GetLog

func (e CfaIrrelevantAuth) GetLog() log.Messages

func (CfaIrrelevantAuth) MarshalJSON

func (e CfaIrrelevantAuth) MarshalJSON() ([]byte, error)

func (CfaIrrelevantAuth) Name

func (e CfaIrrelevantAuth) Name() string

func (CfaIrrelevantAuth) String

func (e CfaIrrelevantAuth) String() string

func (CfaIrrelevantAuth) TopMessage

func (e CfaIrrelevantAuth) TopMessage() string

func (CfaIrrelevantAuth) TransactionExceptions

func (CfaIrrelevantAuth) TransactionExceptions()

func (CfaIrrelevantAuth) What

func (e CfaIrrelevantAuth) What() string

type ChainException

type ChainException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewChainException

func NewChainException(parent _ChainException, message log.Message) *ChainException

func (*ChainException) AppendLog

func (e *ChainException) AppendLog(l log.Message)

func (ChainException) Callback

func (e ChainException) Callback(f interface{}) bool

func (ChainException) ChainExceptions

func (ChainException) ChainExceptions()

func (ChainException) Code

func (e ChainException) Code() int64

func (ChainException) DetailMessage

func (e ChainException) DetailMessage() string

func (ChainException) GetLog

func (e ChainException) GetLog() log.Messages

func (ChainException) MarshalJSON

func (e ChainException) MarshalJSON() ([]byte, error)

func (ChainException) Name

func (e ChainException) Name() string

func (ChainException) String

func (e ChainException) String() string

func (ChainException) TopMessage

func (e ChainException) TopMessage() string

func (ChainException) What

func (e ChainException) What() string

type ChainExceptions

type ChainExceptions interface {
	Exception
	ChainExceptions()
}

type ChainIdTypeException

type ChainIdTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewChainIdTypeException

func NewChainIdTypeException(parent _ChainException, message log.Message) *ChainIdTypeException

func (*ChainIdTypeException) AppendLog

func (e *ChainIdTypeException) AppendLog(l log.Message)

func (ChainIdTypeException) Callback

func (e ChainIdTypeException) Callback(f interface{}) bool

func (ChainIdTypeException) ChainExceptions

func (ChainIdTypeException) ChainExceptions()

func (ChainIdTypeException) Code

func (e ChainIdTypeException) Code() int64

func (ChainIdTypeException) DetailMessage

func (e ChainIdTypeException) DetailMessage() string

func (ChainIdTypeException) GetLog

func (e ChainIdTypeException) GetLog() log.Messages

func (ChainIdTypeException) MarshalJSON

func (e ChainIdTypeException) MarshalJSON() ([]byte, error)

func (ChainIdTypeException) Name

func (e ChainIdTypeException) Name() string

func (ChainIdTypeException) String

func (e ChainIdTypeException) String() string

func (ChainIdTypeException) TopMessage

func (e ChainIdTypeException) TopMessage() string

func (ChainIdTypeException) What

func (e ChainIdTypeException) What() string

type ChainTypeException

type ChainTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewChainTypeException

func NewChainTypeException(parent _ChainException, message log.Message) *ChainTypeException

func (*ChainTypeException) AppendLog

func (e *ChainTypeException) AppendLog(l log.Message)

func (ChainTypeException) Callback

func (e ChainTypeException) Callback(f interface{}) bool

func (ChainTypeException) ChainExceptions

func (ChainTypeException) ChainExceptions()

func (ChainTypeException) Code

func (e ChainTypeException) Code() int64

func (ChainTypeException) DetailMessage

func (e ChainTypeException) DetailMessage() string

func (ChainTypeException) GetLog

func (e ChainTypeException) GetLog() log.Messages

func (ChainTypeException) MarshalJSON

func (e ChainTypeException) MarshalJSON() ([]byte, error)

func (ChainTypeException) Name

func (e ChainTypeException) Name() string

func (ChainTypeException) String

func (e ChainTypeException) String() string

func (ChainTypeException) TopMessage

func (e ChainTypeException) TopMessage() string

func (ChainTypeException) What

func (e ChainTypeException) What() string

type ChainTypeExceptions

type ChainTypeExceptions interface {
	ChainExceptions
	ChainTypeExceptions()
}

*

  • chain_type_exception

type CheckpointException

type CheckpointException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewCheckpointException

func NewCheckpointException(parent _ControllerEmitSignalException, message log.Message) *CheckpointException

func (*CheckpointException) AppendLog

func (e *CheckpointException) AppendLog(l log.Message)

func (CheckpointException) Callback

func (e CheckpointException) Callback(f interface{}) bool

func (CheckpointException) Code

func (e CheckpointException) Code() int64

func (CheckpointException) ControllerEmitSignalExceptions

func (CheckpointException) ControllerEmitSignalExceptions()

func (CheckpointException) DetailMessage

func (e CheckpointException) DetailMessage() string

func (CheckpointException) GetLog

func (e CheckpointException) GetLog() log.Messages

func (CheckpointException) MarshalJSON

func (e CheckpointException) MarshalJSON() ([]byte, error)

func (CheckpointException) Name

func (e CheckpointException) Name() string

func (CheckpointException) String

func (e CheckpointException) String() string

func (CheckpointException) TopMessage

func (e CheckpointException) TopMessage() string

func (CheckpointException) What

func (e CheckpointException) What() string

type ContractApiException

type ContractApiException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewContractApiException

func NewContractApiException(parent _ContractApiException, message log.Message) *ContractApiException

func (*ContractApiException) AppendLog

func (e *ContractApiException) AppendLog(l log.Message)

func (ContractApiException) Callback

func (e ContractApiException) Callback(f interface{}) bool

func (ContractApiException) Code

func (e ContractApiException) Code() int64

func (ContractApiException) ContractApiExceptions

func (ContractApiException) ContractApiExceptions()

func (ContractApiException) DetailMessage

func (e ContractApiException) DetailMessage() string

func (ContractApiException) GetLog

func (e ContractApiException) GetLog() log.Messages

func (ContractApiException) MarshalJSON

func (e ContractApiException) MarshalJSON() ([]byte, error)

func (ContractApiException) Name

func (e ContractApiException) Name() string

func (ContractApiException) String

func (e ContractApiException) String() string

func (ContractApiException) TopMessage

func (e ContractApiException) TopMessage() string

func (ContractApiException) What

func (e ContractApiException) What() string

type ContractApiExceptions

type ContractApiExceptions interface {
	ChainExceptions
	ContractApiExceptions()
}

*

  • contract_api_exception

type ContractBlacklistException

type ContractBlacklistException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewContractBlacklistException

func NewContractBlacklistException(parent _WhitelistBlacklistException, message log.Message) *ContractBlacklistException

func (*ContractBlacklistException) AppendLog

func (e *ContractBlacklistException) AppendLog(l log.Message)

func (ContractBlacklistException) Callback

func (e ContractBlacklistException) Callback(f interface{}) bool

func (ContractBlacklistException) Code

func (ContractBlacklistException) DetailMessage

func (e ContractBlacklistException) DetailMessage() string

func (ContractBlacklistException) GetLog

func (ContractBlacklistException) MarshalJSON

func (e ContractBlacklistException) MarshalJSON() ([]byte, error)

func (ContractBlacklistException) Name

func (ContractBlacklistException) String

func (ContractBlacklistException) TopMessage

func (e ContractBlacklistException) TopMessage() string

func (ContractBlacklistException) What

func (ContractBlacklistException) WhitelistBlacklistExceptions

func (ContractBlacklistException) WhitelistBlacklistExceptions()

type ContractException

type ContractException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewContractException

func NewContractException(parent _ContractException, message log.Message) *ContractException

func (*ContractException) AppendLog

func (e *ContractException) AppendLog(l log.Message)

func (ContractException) Callback

func (e ContractException) Callback(f interface{}) bool

func (ContractException) Code

func (e ContractException) Code() int64

func (ContractException) ContractExceptions

func (ContractException) ContractExceptions()

func (ContractException) DetailMessage

func (e ContractException) DetailMessage() string

func (ContractException) GetLog

func (e ContractException) GetLog() log.Messages

func (ContractException) MarshalJSON

func (e ContractException) MarshalJSON() ([]byte, error)

func (ContractException) Name

func (e ContractException) Name() string

func (ContractException) String

func (e ContractException) String() string

func (ContractException) TopMessage

func (e ContractException) TopMessage() string

func (ContractException) What

func (e ContractException) What() string

type ContractExceptions

type ContractExceptions interface {
	ChainExceptions
	ContractExceptions()
}

*

  • contract_exception

type ContractQueryException

type ContractQueryException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewContractQueryException

func NewContractQueryException(parent _DatabaseException, message log.Message) *ContractQueryException

func (*ContractQueryException) AppendLog

func (e *ContractQueryException) AppendLog(l log.Message)

func (ContractQueryException) Callback

func (e ContractQueryException) Callback(f interface{}) bool

func (ContractQueryException) Code

func (e ContractQueryException) Code() int64

func (ContractQueryException) DatabaseExceptions

func (ContractQueryException) DatabaseExceptions()

func (ContractQueryException) DetailMessage

func (e ContractQueryException) DetailMessage() string

func (ContractQueryException) GetLog

func (e ContractQueryException) GetLog() log.Messages

func (ContractQueryException) MarshalJSON

func (e ContractQueryException) MarshalJSON() ([]byte, error)

func (ContractQueryException) Name

func (e ContractQueryException) Name() string

func (ContractQueryException) String

func (e ContractQueryException) String() string

func (ContractQueryException) TopMessage

func (e ContractQueryException) TopMessage() string

func (ContractQueryException) What

func (e ContractQueryException) What() string

type ContractTableQueryException

type ContractTableQueryException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewContractTableQueryException

func NewContractTableQueryException(parent _DatabaseException, message log.Message) *ContractTableQueryException

func (*ContractTableQueryException) AppendLog

func (e *ContractTableQueryException) AppendLog(l log.Message)

func (ContractTableQueryException) Callback

func (e ContractTableQueryException) Callback(f interface{}) bool

func (ContractTableQueryException) Code

func (ContractTableQueryException) DatabaseExceptions

func (ContractTableQueryException) DatabaseExceptions()

func (ContractTableQueryException) DetailMessage

func (e ContractTableQueryException) DetailMessage() string

func (ContractTableQueryException) GetLog

func (ContractTableQueryException) MarshalJSON

func (e ContractTableQueryException) MarshalJSON() ([]byte, error)

func (ContractTableQueryException) Name

func (ContractTableQueryException) String

func (ContractTableQueryException) TopMessage

func (e ContractTableQueryException) TopMessage() string

func (ContractTableQueryException) What

type ContractWhitelistException

type ContractWhitelistException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewContractWhitelistException

func NewContractWhitelistException(parent _WhitelistBlacklistException, message log.Message) *ContractWhitelistException

func (*ContractWhitelistException) AppendLog

func (e *ContractWhitelistException) AppendLog(l log.Message)

func (ContractWhitelistException) Callback

func (e ContractWhitelistException) Callback(f interface{}) bool

func (ContractWhitelistException) Code

func (ContractWhitelistException) DetailMessage

func (e ContractWhitelistException) DetailMessage() string

func (ContractWhitelistException) GetLog

func (ContractWhitelistException) MarshalJSON

func (e ContractWhitelistException) MarshalJSON() ([]byte, error)

func (ContractWhitelistException) Name

func (ContractWhitelistException) String

func (ContractWhitelistException) TopMessage

func (e ContractWhitelistException) TopMessage() string

func (ContractWhitelistException) What

func (ContractWhitelistException) WhitelistBlacklistExceptions

func (ContractWhitelistException) WhitelistBlacklistExceptions()

type ControllerEmitSignalException

type ControllerEmitSignalException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewControllerEmitSignalException

func NewControllerEmitSignalException(parent _ControllerEmitSignalException, message log.Message) *ControllerEmitSignalException

func (*ControllerEmitSignalException) AppendLog

func (e *ControllerEmitSignalException) AppendLog(l log.Message)

func (ControllerEmitSignalException) Callback

func (e ControllerEmitSignalException) Callback(f interface{}) bool

func (ControllerEmitSignalException) Code

func (ControllerEmitSignalException) ControllerEmitSignalExceptions

func (ControllerEmitSignalException) ControllerEmitSignalExceptions()

func (ControllerEmitSignalException) DetailMessage

func (e ControllerEmitSignalException) DetailMessage() string

func (ControllerEmitSignalException) GetLog

func (ControllerEmitSignalException) MarshalJSON

func (e ControllerEmitSignalException) MarshalJSON() ([]byte, error)

func (ControllerEmitSignalException) Name

func (ControllerEmitSignalException) String

func (ControllerEmitSignalException) TopMessage

func (e ControllerEmitSignalException) TopMessage() string

func (ControllerEmitSignalException) What

type ControllerEmitSignalExceptions

type ControllerEmitSignalExceptions interface {
	ChainExceptions
	ControllerEmitSignalExceptions()
}

*

  • controller_emit_signal_exception

type CryptoApiException

type CryptoApiException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewCryptoApiException

func NewCryptoApiException(parent _ContractApiException, message log.Message) *CryptoApiException

func (*CryptoApiException) AppendLog

func (e *CryptoApiException) AppendLog(l log.Message)

func (CryptoApiException) Callback

func (e CryptoApiException) Callback(f interface{}) bool

func (CryptoApiException) Code

func (e CryptoApiException) Code() int64

func (CryptoApiException) ContractApiExceptions

func (CryptoApiException) ContractApiExceptions()

func (CryptoApiException) DetailMessage

func (e CryptoApiException) DetailMessage() string

func (CryptoApiException) GetLog

func (e CryptoApiException) GetLog() log.Messages

func (CryptoApiException) MarshalJSON

func (e CryptoApiException) MarshalJSON() ([]byte, error)

func (CryptoApiException) Name

func (e CryptoApiException) Name() string

func (CryptoApiException) String

func (e CryptoApiException) String() string

func (CryptoApiException) TopMessage

func (e CryptoApiException) TopMessage() string

func (CryptoApiException) What

func (e CryptoApiException) What() string

type DatabaseException

type DatabaseException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewDatabaseException

func NewDatabaseException(parent _DatabaseException, message log.Message) *DatabaseException

func (*DatabaseException) AppendLog

func (e *DatabaseException) AppendLog(l log.Message)

func (DatabaseException) Callback

func (e DatabaseException) Callback(f interface{}) bool

func (DatabaseException) Code

func (e DatabaseException) Code() int64

func (DatabaseException) DatabaseExceptions

func (DatabaseException) DatabaseExceptions()

func (DatabaseException) DetailMessage

func (e DatabaseException) DetailMessage() string

func (DatabaseException) GetLog

func (e DatabaseException) GetLog() log.Messages

func (DatabaseException) MarshalJSON

func (e DatabaseException) MarshalJSON() ([]byte, error)

func (DatabaseException) Name

func (e DatabaseException) Name() string

func (DatabaseException) String

func (e DatabaseException) String() string

func (DatabaseException) TopMessage

func (e DatabaseException) TopMessage() string

func (DatabaseException) What

func (e DatabaseException) What() string

type DatabaseExceptions

type DatabaseExceptions interface {
	ChainExceptions
	DatabaseExceptions()
}

*

  • database_exception

type DatabaseGuardException

type DatabaseGuardException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewDatabaseGuardException

func NewDatabaseGuardException(parent _GuardException, message log.Message) *DatabaseGuardException

func (*DatabaseGuardException) AppendLog

func (e *DatabaseGuardException) AppendLog(l log.Message)

func (DatabaseGuardException) Callback

func (e DatabaseGuardException) Callback(f interface{}) bool

func (DatabaseGuardException) Code

func (e DatabaseGuardException) Code() int64

func (DatabaseGuardException) DetailMessage

func (e DatabaseGuardException) DetailMessage() string

func (DatabaseGuardException) GetLog

func (e DatabaseGuardException) GetLog() log.Messages

func (DatabaseGuardException) GuardExceptions

func (DatabaseGuardException) GuardExceptions()

func (DatabaseGuardException) MarshalJSON

func (e DatabaseGuardException) MarshalJSON() ([]byte, error)

func (DatabaseGuardException) Name

func (e DatabaseGuardException) Name() string

func (DatabaseGuardException) String

func (e DatabaseGuardException) String() string

func (DatabaseGuardException) TopMessage

func (e DatabaseGuardException) TopMessage() string

func (DatabaseGuardException) What

func (e DatabaseGuardException) What() string

type DbApiException

type DbApiException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewDbApiException

func NewDbApiException(parent _ContractApiException, message log.Message) *DbApiException

func (*DbApiException) AppendLog

func (e *DbApiException) AppendLog(l log.Message)

func (DbApiException) Callback

func (e DbApiException) Callback(f interface{}) bool

func (DbApiException) Code

func (e DbApiException) Code() int64

func (DbApiException) ContractApiExceptions

func (DbApiException) ContractApiExceptions()

func (DbApiException) DetailMessage

func (e DbApiException) DetailMessage() string

func (DbApiException) GetLog

func (e DbApiException) GetLog() log.Messages

func (DbApiException) MarshalJSON

func (e DbApiException) MarshalJSON() ([]byte, error)

func (DbApiException) Name

func (e DbApiException) Name() string

func (DbApiException) String

func (e DbApiException) String() string

func (DbApiException) TopMessage

func (e DbApiException) TopMessage() string

func (DbApiException) What

func (e DbApiException) What() string

type DeadlineException

type DeadlineException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewDeadlineException

func NewDeadlineException(parent _DeadlineException, message log.Message) *DeadlineException

func (*DeadlineException) AppendLog

func (e *DeadlineException) AppendLog(l log.Message)

func (DeadlineException) Callback

func (e DeadlineException) Callback(f interface{}) bool

func (DeadlineException) Code

func (e DeadlineException) Code() int64

func (DeadlineException) DeadlineExceptions

func (DeadlineException) DeadlineExceptions()

func (DeadlineException) DetailMessage

func (e DeadlineException) DetailMessage() string

func (DeadlineException) GetLog

func (e DeadlineException) GetLog() log.Messages

func (DeadlineException) MarshalJSON

func (e DeadlineException) MarshalJSON() ([]byte, error)

func (DeadlineException) Name

func (e DeadlineException) Name() string

func (DeadlineException) String

func (e DeadlineException) String() string

func (DeadlineException) TopMessage

func (e DeadlineException) TopMessage() string

func (DeadlineException) What

func (e DeadlineException) What() string

type DeadlineExceptions

type DeadlineExceptions interface {
	ResourceExhaustedExceptions
	DeadlineExceptions()
}

type DeferredTxDuplicate

type DeferredTxDuplicate struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewDeferredTxDuplicate

func NewDeferredTxDuplicate(parent _TransactionException, message log.Message) *DeferredTxDuplicate

func (*DeferredTxDuplicate) AppendLog

func (e *DeferredTxDuplicate) AppendLog(l log.Message)

func (DeferredTxDuplicate) Callback

func (e DeferredTxDuplicate) Callback(f interface{}) bool

func (DeferredTxDuplicate) Code

func (e DeferredTxDuplicate) Code() int64

func (DeferredTxDuplicate) DetailMessage

func (e DeferredTxDuplicate) DetailMessage() string

func (DeferredTxDuplicate) GetLog

func (e DeferredTxDuplicate) GetLog() log.Messages

func (DeferredTxDuplicate) MarshalJSON

func (e DeferredTxDuplicate) MarshalJSON() ([]byte, error)

func (DeferredTxDuplicate) Name

func (e DeferredTxDuplicate) Name() string

func (DeferredTxDuplicate) String

func (e DeferredTxDuplicate) String() string

func (DeferredTxDuplicate) TopMessage

func (e DeferredTxDuplicate) TopMessage() string

func (DeferredTxDuplicate) TransactionExceptions

func (DeferredTxDuplicate) TransactionExceptions()

func (DeferredTxDuplicate) What

func (e DeferredTxDuplicate) What() string

type DivideByZeroException

type DivideByZeroException struct {
	Exception
	Elog log.Messages
}

func NewDivideByZeroException

func NewDivideByZeroException(parent Exception, message log.Message) *DivideByZeroException

func (*DivideByZeroException) AppendLog

func (e *DivideByZeroException) AppendLog(l log.Message)

func (DivideByZeroException) Callback

func (e DivideByZeroException) Callback(f interface{}) bool

func (DivideByZeroException) Code

func (e DivideByZeroException) Code() int64

func (DivideByZeroException) DetailMessage

func (e DivideByZeroException) DetailMessage() string

func (DivideByZeroException) GetLog

func (e DivideByZeroException) GetLog() log.Messages

func (DivideByZeroException) MarshalJSON

func (e DivideByZeroException) MarshalJSON() ([]byte, error)

func (DivideByZeroException) Name

func (e DivideByZeroException) Name() string

func (DivideByZeroException) String

func (e DivideByZeroException) String() string

func (DivideByZeroException) TopMessage

func (e DivideByZeroException) TopMessage() string

func (DivideByZeroException) What

func (e DivideByZeroException) What() string

type DuplicateAbiActionDefException

type DuplicateAbiActionDefException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewDuplicateAbiActionDefException

func NewDuplicateAbiActionDefException(parent _AbiException, message log.Message) *DuplicateAbiActionDefException

func (DuplicateAbiActionDefException) AbiExceptions

func (DuplicateAbiActionDefException) AbiExceptions()

func (*DuplicateAbiActionDefException) AppendLog

func (e *DuplicateAbiActionDefException) AppendLog(l log.Message)

func (DuplicateAbiActionDefException) Callback

func (e DuplicateAbiActionDefException) Callback(f interface{}) bool

func (DuplicateAbiActionDefException) Code

func (DuplicateAbiActionDefException) DetailMessage

func (e DuplicateAbiActionDefException) DetailMessage() string

func (DuplicateAbiActionDefException) GetLog

func (DuplicateAbiActionDefException) MarshalJSON

func (e DuplicateAbiActionDefException) MarshalJSON() ([]byte, error)

func (DuplicateAbiActionDefException) Name

func (DuplicateAbiActionDefException) String

func (DuplicateAbiActionDefException) TopMessage

func (e DuplicateAbiActionDefException) TopMessage() string

func (DuplicateAbiActionDefException) What

type DuplicateAbiErrMsgDefException

type DuplicateAbiErrMsgDefException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewDuplicateAbiErrMsgDefException

func NewDuplicateAbiErrMsgDefException(parent _AbiException, message log.Message) *DuplicateAbiErrMsgDefException

func (DuplicateAbiErrMsgDefException) AbiExceptions

func (DuplicateAbiErrMsgDefException) AbiExceptions()

func (*DuplicateAbiErrMsgDefException) AppendLog

func (e *DuplicateAbiErrMsgDefException) AppendLog(l log.Message)

func (DuplicateAbiErrMsgDefException) Callback

func (e DuplicateAbiErrMsgDefException) Callback(f interface{}) bool

func (DuplicateAbiErrMsgDefException) Code

func (DuplicateAbiErrMsgDefException) DetailMessage

func (e DuplicateAbiErrMsgDefException) DetailMessage() string

func (DuplicateAbiErrMsgDefException) GetLog

func (DuplicateAbiErrMsgDefException) MarshalJSON

func (e DuplicateAbiErrMsgDefException) MarshalJSON() ([]byte, error)

func (DuplicateAbiErrMsgDefException) Name

func (DuplicateAbiErrMsgDefException) String

func (DuplicateAbiErrMsgDefException) TopMessage

func (e DuplicateAbiErrMsgDefException) TopMessage() string

func (DuplicateAbiErrMsgDefException) What

type DuplicateAbiStructDefException

type DuplicateAbiStructDefException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewDuplicateAbiStructDefException

func NewDuplicateAbiStructDefException(parent _AbiException, message log.Message) *DuplicateAbiStructDefException

func (DuplicateAbiStructDefException) AbiExceptions

func (DuplicateAbiStructDefException) AbiExceptions()

func (*DuplicateAbiStructDefException) AppendLog

func (e *DuplicateAbiStructDefException) AppendLog(l log.Message)

func (DuplicateAbiStructDefException) Callback

func (e DuplicateAbiStructDefException) Callback(f interface{}) bool

func (DuplicateAbiStructDefException) Code

func (DuplicateAbiStructDefException) DetailMessage

func (e DuplicateAbiStructDefException) DetailMessage() string

func (DuplicateAbiStructDefException) GetLog

func (DuplicateAbiStructDefException) MarshalJSON

func (e DuplicateAbiStructDefException) MarshalJSON() ([]byte, error)

func (DuplicateAbiStructDefException) Name

func (DuplicateAbiStructDefException) String

func (DuplicateAbiStructDefException) TopMessage

func (e DuplicateAbiStructDefException) TopMessage() string

func (DuplicateAbiStructDefException) What

type DuplicateAbiTableDefException

type DuplicateAbiTableDefException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewDuplicateAbiTableDefException

func NewDuplicateAbiTableDefException(parent _AbiException, message log.Message) *DuplicateAbiTableDefException

func (DuplicateAbiTableDefException) AbiExceptions

func (DuplicateAbiTableDefException) AbiExceptions()

func (*DuplicateAbiTableDefException) AppendLog

func (e *DuplicateAbiTableDefException) AppendLog(l log.Message)

func (DuplicateAbiTableDefException) Callback

func (e DuplicateAbiTableDefException) Callback(f interface{}) bool

func (DuplicateAbiTableDefException) Code

func (DuplicateAbiTableDefException) DetailMessage

func (e DuplicateAbiTableDefException) DetailMessage() string

func (DuplicateAbiTableDefException) GetLog

func (DuplicateAbiTableDefException) MarshalJSON

func (e DuplicateAbiTableDefException) MarshalJSON() ([]byte, error)

func (DuplicateAbiTableDefException) Name

func (DuplicateAbiTableDefException) String

func (DuplicateAbiTableDefException) TopMessage

func (e DuplicateAbiTableDefException) TopMessage() string

func (DuplicateAbiTableDefException) What

type DuplicateAbiTypeDefException

type DuplicateAbiTypeDefException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewDuplicateAbiTypeDefException

func NewDuplicateAbiTypeDefException(parent _AbiException, message log.Message) *DuplicateAbiTypeDefException

func (DuplicateAbiTypeDefException) AbiExceptions

func (DuplicateAbiTypeDefException) AbiExceptions()

func (*DuplicateAbiTypeDefException) AppendLog

func (e *DuplicateAbiTypeDefException) AppendLog(l log.Message)

func (DuplicateAbiTypeDefException) Callback

func (e DuplicateAbiTypeDefException) Callback(f interface{}) bool

func (DuplicateAbiTypeDefException) Code

func (DuplicateAbiTypeDefException) DetailMessage

func (e DuplicateAbiTypeDefException) DetailMessage() string

func (DuplicateAbiTypeDefException) GetLog

func (DuplicateAbiTypeDefException) MarshalJSON

func (e DuplicateAbiTypeDefException) MarshalJSON() ([]byte, error)

func (DuplicateAbiTypeDefException) Name

func (DuplicateAbiTypeDefException) String

func (DuplicateAbiTypeDefException) TopMessage

func (e DuplicateAbiTypeDefException) TopMessage() string

func (DuplicateAbiTypeDefException) What

type DuplicateAbiVariantDefException

type DuplicateAbiVariantDefException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewDuplicateAbiVariantDefException

func NewDuplicateAbiVariantDefException(parent _AbiException, message log.Message) *DuplicateAbiVariantDefException

func (DuplicateAbiVariantDefException) AbiExceptions

func (DuplicateAbiVariantDefException) AbiExceptions()

func (*DuplicateAbiVariantDefException) AppendLog

func (DuplicateAbiVariantDefException) Callback

func (e DuplicateAbiVariantDefException) Callback(f interface{}) bool

func (DuplicateAbiVariantDefException) Code

func (DuplicateAbiVariantDefException) DetailMessage

func (e DuplicateAbiVariantDefException) DetailMessage() string

func (DuplicateAbiVariantDefException) GetLog

func (DuplicateAbiVariantDefException) MarshalJSON

func (e DuplicateAbiVariantDefException) MarshalJSON() ([]byte, error)

func (DuplicateAbiVariantDefException) Name

func (DuplicateAbiVariantDefException) String

func (DuplicateAbiVariantDefException) TopMessage

func (e DuplicateAbiVariantDefException) TopMessage() string

func (DuplicateAbiVariantDefException) What

type EofException

type EofException struct {
	Exception
	Elog log.Messages
}

func NewEofException

func NewEofException(parent Exception, message log.Message) *EofException

func (*EofException) AppendLog

func (e *EofException) AppendLog(l log.Message)

func (EofException) Callback

func (e EofException) Callback(f interface{}) bool

func (EofException) Code

func (e EofException) Code() int64

func (EofException) DetailMessage

func (e EofException) DetailMessage() string

func (EofException) GetLog

func (e EofException) GetLog() log.Messages

func (EofException) MarshalJSON

func (e EofException) MarshalJSON() ([]byte, error)

func (EofException) Name

func (e EofException) Name() string

func (EofException) String

func (e EofException) String() string

func (EofException) TopMessage

func (e EofException) TopMessage() string

func (EofException) What

func (e EofException) What() string

type EosioAssertCodeException

type EosioAssertCodeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewEosioAssertCodeException

func NewEosioAssertCodeException(parent _ActionValidateException, message log.Message) *EosioAssertCodeException

func (EosioAssertCodeException) ActionValidateExceptions

func (EosioAssertCodeException) ActionValidateExceptions()

func (*EosioAssertCodeException) AppendLog

func (e *EosioAssertCodeException) AppendLog(l log.Message)

func (EosioAssertCodeException) Callback

func (e EosioAssertCodeException) Callback(f interface{}) bool

func (EosioAssertCodeException) Code

func (EosioAssertCodeException) DetailMessage

func (e EosioAssertCodeException) DetailMessage() string

func (EosioAssertCodeException) GetLog

func (EosioAssertCodeException) MarshalJSON

func (e EosioAssertCodeException) MarshalJSON() ([]byte, error)

func (EosioAssertCodeException) Name

func (EosioAssertCodeException) String

func (e EosioAssertCodeException) String() string

func (EosioAssertCodeException) TopMessage

func (e EosioAssertCodeException) TopMessage() string

func (EosioAssertCodeException) What

type EosioAssertMessageException

type EosioAssertMessageException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewEosioAssertMessageException

func NewEosioAssertMessageException(parent _ActionValidateException, message log.Message) *EosioAssertMessageException

func (EosioAssertMessageException) ActionValidateExceptions

func (EosioAssertMessageException) ActionValidateExceptions()

func (*EosioAssertMessageException) AppendLog

func (e *EosioAssertMessageException) AppendLog(l log.Message)

func (EosioAssertMessageException) Callback

func (e EosioAssertMessageException) Callback(f interface{}) bool

func (EosioAssertMessageException) Code

func (EosioAssertMessageException) DetailMessage

func (e EosioAssertMessageException) DetailMessage() string

func (EosioAssertMessageException) GetLog

func (EosioAssertMessageException) MarshalJSON

func (e EosioAssertMessageException) MarshalJSON() ([]byte, error)

func (EosioAssertMessageException) Name

func (EosioAssertMessageException) String

func (EosioAssertMessageException) TopMessage

func (e EosioAssertMessageException) TopMessage() string

func (EosioAssertMessageException) What

type ExcTypes

type ExcTypes = int64

type Exception

type Exception interface {
	Code() int64
	Name() string
	What() string

	AppendLog(l log.Message)
	GetLog() log.Messages

	TopMessage() string
	DetailMessage() string
	String() string
	MarshalJSON() ([]byte, error)

	Callback(f interface{}) bool
}

type ExpiredTxException

type ExpiredTxException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewExpiredTxException

func NewExpiredTxException(parent _TransactionException, message log.Message) *ExpiredTxException

func (*ExpiredTxException) AppendLog

func (e *ExpiredTxException) AppendLog(l log.Message)

func (ExpiredTxException) Callback

func (e ExpiredTxException) Callback(f interface{}) bool

func (ExpiredTxException) Code

func (e ExpiredTxException) Code() int64

func (ExpiredTxException) DetailMessage

func (e ExpiredTxException) DetailMessage() string

func (ExpiredTxException) GetLog

func (e ExpiredTxException) GetLog() log.Messages

func (ExpiredTxException) MarshalJSON

func (e ExpiredTxException) MarshalJSON() ([]byte, error)

func (ExpiredTxException) Name

func (e ExpiredTxException) Name() string

func (ExpiredTxException) String

func (e ExpiredTxException) String() string

func (ExpiredTxException) TopMessage

func (e ExpiredTxException) TopMessage() string

func (ExpiredTxException) TransactionExceptions

func (ExpiredTxException) TransactionExceptions()

func (ExpiredTxException) What

func (e ExpiredTxException) What() string

type ExplainedException

type ExplainedException struct {
	Exception
	Elog log.Messages
}

func NewExplainedException

func NewExplainedException(parent Exception, message log.Message) *ExplainedException

func (*ExplainedException) AppendLog

func (e *ExplainedException) AppendLog(l log.Message)

func (ExplainedException) Callback

func (e ExplainedException) Callback(f interface{}) bool

func (ExplainedException) Code

func (e ExplainedException) Code() int64

func (ExplainedException) DetailMessage

func (e ExplainedException) DetailMessage() string

func (ExplainedException) GetLog

func (e ExplainedException) GetLog() log.Messages

func (ExplainedException) MarshalJSON

func (e ExplainedException) MarshalJSON() ([]byte, error)

func (ExplainedException) Name

func (e ExplainedException) Name() string

func (ExplainedException) String

func (e ExplainedException) String() string

func (ExplainedException) TopMessage

func (e ExplainedException) TopMessage() string

func (ExplainedException) What

func (e ExplainedException) What() string

type ExtractGenesisStateException

type ExtractGenesisStateException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewExtractGenesisStateException

func NewExtractGenesisStateException(parent _MiscException, message log.Message) *ExtractGenesisStateException

func (*ExtractGenesisStateException) AppendLog

func (e *ExtractGenesisStateException) AppendLog(l log.Message)

func (ExtractGenesisStateException) Callback

func (e ExtractGenesisStateException) Callback(f interface{}) bool

func (ExtractGenesisStateException) Code

func (ExtractGenesisStateException) DetailMessage

func (e ExtractGenesisStateException) DetailMessage() string

func (ExtractGenesisStateException) GetLog

func (ExtractGenesisStateException) MarshalJSON

func (e ExtractGenesisStateException) MarshalJSON() ([]byte, error)

func (ExtractGenesisStateException) MiscExceptions

func (ExtractGenesisStateException) MiscExceptions()

func (ExtractGenesisStateException) Name

func (ExtractGenesisStateException) String

func (ExtractGenesisStateException) TopMessage

func (e ExtractGenesisStateException) TopMessage() string

func (ExtractGenesisStateException) What

type FailToResolveHost

type FailToResolveHost struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewFailToResolveHost

func NewFailToResolveHost(parent _HttpException, message log.Message) *FailToResolveHost

func (*FailToResolveHost) AppendLog

func (e *FailToResolveHost) AppendLog(l log.Message)

func (FailToResolveHost) Callback

func (e FailToResolveHost) Callback(f interface{}) bool

func (FailToResolveHost) Code

func (e FailToResolveHost) Code() int64

func (FailToResolveHost) DetailMessage

func (e FailToResolveHost) DetailMessage() string

func (FailToResolveHost) GetLog

func (e FailToResolveHost) GetLog() log.Messages

func (FailToResolveHost) HttpExceptions

func (FailToResolveHost) HttpExceptions()

func (FailToResolveHost) MarshalJSON

func (e FailToResolveHost) MarshalJSON() ([]byte, error)

func (FailToResolveHost) Name

func (e FailToResolveHost) Name() string

func (FailToResolveHost) String

func (e FailToResolveHost) String() string

func (FailToResolveHost) TopMessage

func (e FailToResolveHost) TopMessage() string

func (FailToResolveHost) What

func (e FailToResolveHost) What() string

type FcException

type FcException struct {
	Exception
	Elog log.Messages
}

func NewFcException

func NewFcException(parent Exception, message log.Message) *FcException

func (*FcException) AppendLog

func (e *FcException) AppendLog(l log.Message)

func (FcException) Callback

func (e FcException) Callback(f interface{}) bool

func (FcException) Code

func (e FcException) Code() int64

func (FcException) DetailMessage

func (e FcException) DetailMessage() string

func (FcException) GetLog

func (e FcException) GetLog() log.Messages

func (FcException) MarshalJSON

func (e FcException) MarshalJSON() ([]byte, error)

func (FcException) Name

func (e FcException) Name() string

func (FcException) String

func (e FcException) String() string

func (FcException) TopMessage

func (e FcException) TopMessage() string

func (FcException) What

func (e FcException) What() string

type FileNotFoundException

type FileNotFoundException struct {
	Exception
	Elog log.Messages
}

func NewFileNotFoundException

func NewFileNotFoundException(parent Exception, message log.Message) *FileNotFoundException

func (*FileNotFoundException) AppendLog

func (e *FileNotFoundException) AppendLog(l log.Message)

func (FileNotFoundException) Callback

func (e FileNotFoundException) Callback(f interface{}) bool

func (FileNotFoundException) Code

func (e FileNotFoundException) Code() int64

func (FileNotFoundException) DetailMessage

func (e FileNotFoundException) DetailMessage() string

func (FileNotFoundException) GetLog

func (e FileNotFoundException) GetLog() log.Messages

func (FileNotFoundException) MarshalJSON

func (e FileNotFoundException) MarshalJSON() ([]byte, error)

func (FileNotFoundException) Name

func (e FileNotFoundException) Name() string

func (FileNotFoundException) String

func (e FileNotFoundException) String() string

func (FileNotFoundException) TopMessage

func (e FileNotFoundException) TopMessage() string

func (FileNotFoundException) What

func (e FileNotFoundException) What() string

type FixedKeyTypeException

type FixedKeyTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewFixedKeyTypeException

func NewFixedKeyTypeException(parent _ChainException, message log.Message) *FixedKeyTypeException

func (*FixedKeyTypeException) AppendLog

func (e *FixedKeyTypeException) AppendLog(l log.Message)

func (FixedKeyTypeException) Callback

func (e FixedKeyTypeException) Callback(f interface{}) bool

func (FixedKeyTypeException) ChainExceptions

func (FixedKeyTypeException) ChainExceptions()

func (FixedKeyTypeException) Code

func (e FixedKeyTypeException) Code() int64

func (FixedKeyTypeException) DetailMessage

func (e FixedKeyTypeException) DetailMessage() string

func (FixedKeyTypeException) GetLog

func (e FixedKeyTypeException) GetLog() log.Messages

func (FixedKeyTypeException) MarshalJSON

func (e FixedKeyTypeException) MarshalJSON() ([]byte, error)

func (FixedKeyTypeException) Name

func (e FixedKeyTypeException) Name() string

func (FixedKeyTypeException) String

func (e FixedKeyTypeException) String() string

func (FixedKeyTypeException) TopMessage

func (e FixedKeyTypeException) TopMessage() string

func (FixedKeyTypeException) What

func (e FixedKeyTypeException) What() string

type FixedReversibleDbException

type FixedReversibleDbException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewFixedReversibleDbException

func NewFixedReversibleDbException(parent _MiscException, message log.Message) *FixedReversibleDbException

func (*FixedReversibleDbException) AppendLog

func (e *FixedReversibleDbException) AppendLog(l log.Message)

func (FixedReversibleDbException) Callback

func (e FixedReversibleDbException) Callback(f interface{}) bool

func (FixedReversibleDbException) Code

func (FixedReversibleDbException) DetailMessage

func (e FixedReversibleDbException) DetailMessage() string

func (FixedReversibleDbException) GetLog

func (FixedReversibleDbException) MarshalJSON

func (e FixedReversibleDbException) MarshalJSON() ([]byte, error)

func (FixedReversibleDbException) MiscExceptions

func (FixedReversibleDbException) MiscExceptions()

func (FixedReversibleDbException) Name

func (FixedReversibleDbException) String

func (FixedReversibleDbException) TopMessage

func (e FixedReversibleDbException) TopMessage() string

func (FixedReversibleDbException) What

type ForkDatabaseException

type ForkDatabaseException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewForkDatabaseException

func NewForkDatabaseException(parent _ForkDatabaseException, message log.Message) *ForkDatabaseException

func (*ForkDatabaseException) AppendLog

func (e *ForkDatabaseException) AppendLog(l log.Message)

func (ForkDatabaseException) Callback

func (e ForkDatabaseException) Callback(f interface{}) bool

func (ForkDatabaseException) Code

func (e ForkDatabaseException) Code() int64

func (ForkDatabaseException) DetailMessage

func (e ForkDatabaseException) DetailMessage() string

func (ForkDatabaseException) ForkDatabaseExceptions

func (ForkDatabaseException) ForkDatabaseExceptions()

func (ForkDatabaseException) GetLog

func (e ForkDatabaseException) GetLog() log.Messages

func (ForkDatabaseException) MarshalJSON

func (e ForkDatabaseException) MarshalJSON() ([]byte, error)

func (ForkDatabaseException) Name

func (e ForkDatabaseException) Name() string

func (ForkDatabaseException) String

func (e ForkDatabaseException) String() string

func (ForkDatabaseException) TopMessage

func (e ForkDatabaseException) TopMessage() string

func (ForkDatabaseException) What

func (e ForkDatabaseException) What() string

type ForkDatabaseExceptions

type ForkDatabaseExceptions interface {
	ChainExceptions
	ForkDatabaseExceptions()
}

*

  • fork_database_exception

type ForkDbBlockNotFound

type ForkDbBlockNotFound struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewForkDbBlockNotFound

func NewForkDbBlockNotFound(parent _ForkDatabaseException, message log.Message) *ForkDbBlockNotFound

func (*ForkDbBlockNotFound) AppendLog

func (e *ForkDbBlockNotFound) AppendLog(l log.Message)

func (ForkDbBlockNotFound) Callback

func (e ForkDbBlockNotFound) Callback(f interface{}) bool

func (ForkDbBlockNotFound) Code

func (e ForkDbBlockNotFound) Code() int64

func (ForkDbBlockNotFound) DetailMessage

func (e ForkDbBlockNotFound) DetailMessage() string

func (ForkDbBlockNotFound) ForkDatabaseExceptions

func (ForkDbBlockNotFound) ForkDatabaseExceptions()

func (ForkDbBlockNotFound) GetLog

func (e ForkDbBlockNotFound) GetLog() log.Messages

func (ForkDbBlockNotFound) MarshalJSON

func (e ForkDbBlockNotFound) MarshalJSON() ([]byte, error)

func (ForkDbBlockNotFound) Name

func (e ForkDbBlockNotFound) Name() string

func (ForkDbBlockNotFound) String

func (e ForkDbBlockNotFound) String() string

func (ForkDbBlockNotFound) TopMessage

func (e ForkDbBlockNotFound) TopMessage() string

func (ForkDbBlockNotFound) What

func (e ForkDbBlockNotFound) What() string

type GapInReversibleBlocksDb

type GapInReversibleBlocksDb struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewGapInReversibleBlocksDb

func NewGapInReversibleBlocksDb(parent _ReversibleBlocksException, message log.Message) *GapInReversibleBlocksDb

func (*GapInReversibleBlocksDb) AppendLog

func (e *GapInReversibleBlocksDb) AppendLog(l log.Message)

func (GapInReversibleBlocksDb) Callback

func (e GapInReversibleBlocksDb) Callback(f interface{}) bool

func (GapInReversibleBlocksDb) Code

func (e GapInReversibleBlocksDb) Code() int64

func (GapInReversibleBlocksDb) DetailMessage

func (e GapInReversibleBlocksDb) DetailMessage() string

func (GapInReversibleBlocksDb) GetLog

func (GapInReversibleBlocksDb) MarshalJSON

func (e GapInReversibleBlocksDb) MarshalJSON() ([]byte, error)

func (GapInReversibleBlocksDb) Name

func (GapInReversibleBlocksDb) ReversibleBlocksExceptions

func (GapInReversibleBlocksDb) ReversibleBlocksExceptions()

func (GapInReversibleBlocksDb) String

func (e GapInReversibleBlocksDb) String() string

func (GapInReversibleBlocksDb) TopMessage

func (e GapInReversibleBlocksDb) TopMessage() string

func (GapInReversibleBlocksDb) What

type GreylistCpuUsageExceeded

type GreylistCpuUsageExceeded struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewGreylistCpuUsageExceeded

func NewGreylistCpuUsageExceeded(parent _ResourceExhaustedException, message log.Message) *GreylistCpuUsageExceeded

func (*GreylistCpuUsageExceeded) AppendLog

func (e *GreylistCpuUsageExceeded) AppendLog(l log.Message)

func (GreylistCpuUsageExceeded) Callback

func (e GreylistCpuUsageExceeded) Callback(f interface{}) bool

func (GreylistCpuUsageExceeded) Code

func (GreylistCpuUsageExceeded) DetailMessage

func (e GreylistCpuUsageExceeded) DetailMessage() string

func (GreylistCpuUsageExceeded) GetLog

func (GreylistCpuUsageExceeded) MarshalJSON

func (e GreylistCpuUsageExceeded) MarshalJSON() ([]byte, error)

func (GreylistCpuUsageExceeded) Name

func (GreylistCpuUsageExceeded) ResourceExhaustedExceptions

func (GreylistCpuUsageExceeded) ResourceExhaustedExceptions()

func (GreylistCpuUsageExceeded) String

func (e GreylistCpuUsageExceeded) String() string

func (GreylistCpuUsageExceeded) TopMessage

func (e GreylistCpuUsageExceeded) TopMessage() string

func (GreylistCpuUsageExceeded) What

type GreylistNetUsageExceeded

type GreylistNetUsageExceeded struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewGreylistNetUsageExceeded

func NewGreylistNetUsageExceeded(parent _ResourceExhaustedException, message log.Message) *GreylistNetUsageExceeded

func (*GreylistNetUsageExceeded) AppendLog

func (e *GreylistNetUsageExceeded) AppendLog(l log.Message)

func (GreylistNetUsageExceeded) Callback

func (e GreylistNetUsageExceeded) Callback(f interface{}) bool

func (GreylistNetUsageExceeded) Code

func (GreylistNetUsageExceeded) DetailMessage

func (e GreylistNetUsageExceeded) DetailMessage() string

func (GreylistNetUsageExceeded) GetLog

func (GreylistNetUsageExceeded) MarshalJSON

func (e GreylistNetUsageExceeded) MarshalJSON() ([]byte, error)

func (GreylistNetUsageExceeded) Name

func (GreylistNetUsageExceeded) ResourceExhaustedExceptions

func (GreylistNetUsageExceeded) ResourceExhaustedExceptions()

func (GreylistNetUsageExceeded) String

func (e GreylistNetUsageExceeded) String() string

func (GreylistNetUsageExceeded) TopMessage

func (e GreylistNetUsageExceeded) TopMessage() string

func (GreylistNetUsageExceeded) What

type GuardException

type GuardException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewGuardException

func NewGuardException(parent _GuardException, message log.Message) *GuardException

func (*GuardException) AppendLog

func (e *GuardException) AppendLog(l log.Message)

func (GuardException) Callback

func (e GuardException) Callback(f interface{}) bool

func (GuardException) Code

func (e GuardException) Code() int64

func (GuardException) DetailMessage

func (e GuardException) DetailMessage() string

func (GuardException) GetLog

func (e GuardException) GetLog() log.Messages

func (GuardException) GuardExceptions

func (GuardException) GuardExceptions()

func (GuardException) MarshalJSON

func (e GuardException) MarshalJSON() ([]byte, error)

func (GuardException) Name

func (e GuardException) Name() string

func (GuardException) String

func (e GuardException) String() string

func (GuardException) TopMessage

func (e GuardException) TopMessage() string

func (GuardException) What

func (e GuardException) What() string

type GuardExceptions

type GuardExceptions interface {
	DatabaseExceptions
	GuardExceptions()
}

type HttpException

type HttpException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewHttpException

func NewHttpException(parent _HttpException, message log.Message) *HttpException

func (*HttpException) AppendLog

func (e *HttpException) AppendLog(l log.Message)

func (HttpException) Callback

func (e HttpException) Callback(f interface{}) bool

func (HttpException) Code

func (e HttpException) Code() int64

func (HttpException) DetailMessage

func (e HttpException) DetailMessage() string

func (HttpException) GetLog

func (e HttpException) GetLog() log.Messages

func (HttpException) HttpExceptions

func (HttpException) HttpExceptions()

func (HttpException) MarshalJSON

func (e HttpException) MarshalJSON() ([]byte, error)

func (HttpException) Name

func (e HttpException) Name() string

func (HttpException) String

func (e HttpException) String() string

func (HttpException) TopMessage

func (e HttpException) TopMessage() string

func (HttpException) What

func (e HttpException) What() string

type HttpExceptions

type HttpExceptions interface {
	ChainExceptions
	HttpExceptions()
}

*

  • http_exception

type HttpRequestFail

type HttpRequestFail struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewHttpRequestFail

func NewHttpRequestFail(parent _HttpException, message log.Message) *HttpRequestFail

func (*HttpRequestFail) AppendLog

func (e *HttpRequestFail) AppendLog(l log.Message)

func (HttpRequestFail) Callback

func (e HttpRequestFail) Callback(f interface{}) bool

func (HttpRequestFail) Code

func (e HttpRequestFail) Code() int64

func (HttpRequestFail) DetailMessage

func (e HttpRequestFail) DetailMessage() string

func (HttpRequestFail) GetLog

func (e HttpRequestFail) GetLog() log.Messages

func (HttpRequestFail) HttpExceptions

func (HttpRequestFail) HttpExceptions()

func (HttpRequestFail) MarshalJSON

func (e HttpRequestFail) MarshalJSON() ([]byte, error)

func (HttpRequestFail) Name

func (e HttpRequestFail) Name() string

func (HttpRequestFail) String

func (e HttpRequestFail) String() string

func (HttpRequestFail) TopMessage

func (e HttpRequestFail) TopMessage() string

func (HttpRequestFail) What

func (e HttpRequestFail) What() string

type InlineActionTooBig

type InlineActionTooBig struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInlineActionTooBig

func NewInlineActionTooBig(parent _ActionValidateException, message log.Message) *InlineActionTooBig

func (InlineActionTooBig) ActionValidateExceptions

func (InlineActionTooBig) ActionValidateExceptions()

func (*InlineActionTooBig) AppendLog

func (e *InlineActionTooBig) AppendLog(l log.Message)

func (InlineActionTooBig) Callback

func (e InlineActionTooBig) Callback(f interface{}) bool

func (InlineActionTooBig) Code

func (e InlineActionTooBig) Code() int64

func (InlineActionTooBig) DetailMessage

func (e InlineActionTooBig) DetailMessage() string

func (InlineActionTooBig) GetLog

func (e InlineActionTooBig) GetLog() log.Messages

func (InlineActionTooBig) MarshalJSON

func (e InlineActionTooBig) MarshalJSON() ([]byte, error)

func (InlineActionTooBig) Name

func (e InlineActionTooBig) Name() string

func (InlineActionTooBig) String

func (e InlineActionTooBig) String() string

func (InlineActionTooBig) TopMessage

func (e InlineActionTooBig) TopMessage() string

func (InlineActionTooBig) What

func (e InlineActionTooBig) What() string

type InsufficientDelayException

type InsufficientDelayException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInsufficientDelayException

func NewInsufficientDelayException(parent _AuthorizationException, message log.Message) *InsufficientDelayException

func (*InsufficientDelayException) AppendLog

func (e *InsufficientDelayException) AppendLog(l log.Message)

func (InsufficientDelayException) AuthorizationExceptions

func (InsufficientDelayException) AuthorizationExceptions()

func (InsufficientDelayException) Callback

func (e InsufficientDelayException) Callback(f interface{}) bool

func (InsufficientDelayException) Code

func (InsufficientDelayException) DetailMessage

func (e InsufficientDelayException) DetailMessage() string

func (InsufficientDelayException) GetLog

func (InsufficientDelayException) MarshalJSON

func (e InsufficientDelayException) MarshalJSON() ([]byte, error)

func (InsufficientDelayException) Name

func (InsufficientDelayException) String

func (InsufficientDelayException) TopMessage

func (e InsufficientDelayException) TopMessage() string

func (InsufficientDelayException) What

type InvalidActionArgsException

type InvalidActionArgsException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidActionArgsException

func NewInvalidActionArgsException(parent _ActionValidateException, message log.Message) *InvalidActionArgsException

func (InvalidActionArgsException) ActionValidateExceptions

func (InvalidActionArgsException) ActionValidateExceptions()

func (*InvalidActionArgsException) AppendLog

func (e *InvalidActionArgsException) AppendLog(l log.Message)

func (InvalidActionArgsException) Callback

func (e InvalidActionArgsException) Callback(f interface{}) bool

func (InvalidActionArgsException) Code

func (InvalidActionArgsException) DetailMessage

func (e InvalidActionArgsException) DetailMessage() string

func (InvalidActionArgsException) GetLog

func (InvalidActionArgsException) MarshalJSON

func (e InvalidActionArgsException) MarshalJSON() ([]byte, error)

func (InvalidActionArgsException) Name

func (InvalidActionArgsException) String

func (InvalidActionArgsException) TopMessage

func (e InvalidActionArgsException) TopMessage() string

func (InvalidActionArgsException) What

type InvalidActionClauseException

type InvalidActionClauseException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidActionClauseException

func NewInvalidActionClauseException(parent _AbiException, message log.Message) *InvalidActionClauseException

func (InvalidActionClauseException) AbiExceptions

func (InvalidActionClauseException) AbiExceptions()

func (*InvalidActionClauseException) AppendLog

func (e *InvalidActionClauseException) AppendLog(l log.Message)

func (InvalidActionClauseException) Callback

func (e InvalidActionClauseException) Callback(f interface{}) bool

func (InvalidActionClauseException) Code

func (InvalidActionClauseException) DetailMessage

func (e InvalidActionClauseException) DetailMessage() string

func (InvalidActionClauseException) GetLog

func (InvalidActionClauseException) MarshalJSON

func (e InvalidActionClauseException) MarshalJSON() ([]byte, error)

func (InvalidActionClauseException) Name

func (InvalidActionClauseException) String

func (InvalidActionClauseException) TopMessage

func (e InvalidActionClauseException) TopMessage() string

func (InvalidActionClauseException) What

type InvalidArgException

type InvalidArgException struct {
	Exception
	Elog log.Messages
}

func NewInvalidArgException

func NewInvalidArgException(parent Exception, message log.Message) *InvalidArgException

func (*InvalidArgException) AppendLog

func (e *InvalidArgException) AppendLog(l log.Message)

func (InvalidArgException) Callback

func (e InvalidArgException) Callback(f interface{}) bool

func (InvalidArgException) Code

func (e InvalidArgException) Code() int64

func (InvalidArgException) DetailMessage

func (e InvalidArgException) DetailMessage() string

func (InvalidArgException) GetLog

func (e InvalidArgException) GetLog() log.Messages

func (InvalidArgException) MarshalJSON

func (e InvalidArgException) MarshalJSON() ([]byte, error)

func (InvalidArgException) Name

func (e InvalidArgException) Name() string

func (InvalidArgException) String

func (e InvalidArgException) String() string

func (InvalidArgException) TopMessage

func (e InvalidArgException) TopMessage() string

func (InvalidArgException) What

func (e InvalidArgException) What() string

type InvalidContractVmType

type InvalidContractVmType struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidContractVmType

func NewInvalidContractVmType(parent _ContractException, message log.Message) *InvalidContractVmType

func (*InvalidContractVmType) AppendLog

func (e *InvalidContractVmType) AppendLog(l log.Message)

func (InvalidContractVmType) Callback

func (e InvalidContractVmType) Callback(f interface{}) bool

func (InvalidContractVmType) Code

func (e InvalidContractVmType) Code() int64

func (InvalidContractVmType) ContractExceptions

func (InvalidContractVmType) ContractExceptions()

func (InvalidContractVmType) DetailMessage

func (e InvalidContractVmType) DetailMessage() string

func (InvalidContractVmType) GetLog

func (e InvalidContractVmType) GetLog() log.Messages

func (InvalidContractVmType) MarshalJSON

func (e InvalidContractVmType) MarshalJSON() ([]byte, error)

func (InvalidContractVmType) Name

func (e InvalidContractVmType) Name() string

func (InvalidContractVmType) String

func (e InvalidContractVmType) String() string

func (InvalidContractVmType) TopMessage

func (e InvalidContractVmType) TopMessage() string

func (InvalidContractVmType) What

func (e InvalidContractVmType) What() string

type InvalidContractVmVersion

type InvalidContractVmVersion struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidContractVmVersion

func NewInvalidContractVmVersion(parent _ContractException, message log.Message) *InvalidContractVmVersion

func (*InvalidContractVmVersion) AppendLog

func (e *InvalidContractVmVersion) AppendLog(l log.Message)

func (InvalidContractVmVersion) Callback

func (e InvalidContractVmVersion) Callback(f interface{}) bool

func (InvalidContractVmVersion) Code

func (InvalidContractVmVersion) ContractExceptions

func (InvalidContractVmVersion) ContractExceptions()

func (InvalidContractVmVersion) DetailMessage

func (e InvalidContractVmVersion) DetailMessage() string

func (InvalidContractVmVersion) GetLog

func (InvalidContractVmVersion) MarshalJSON

func (e InvalidContractVmVersion) MarshalJSON() ([]byte, error)

func (InvalidContractVmVersion) Name

func (InvalidContractVmVersion) String

func (e InvalidContractVmVersion) String() string

func (InvalidContractVmVersion) TopMessage

func (e InvalidContractVmVersion) TopMessage() string

func (InvalidContractVmVersion) What

type InvalidHttpClientRootCert

type InvalidHttpClientRootCert struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidHttpClientRootCert

func NewInvalidHttpClientRootCert(parent _HttpException, message log.Message) *InvalidHttpClientRootCert

func (*InvalidHttpClientRootCert) AppendLog

func (e *InvalidHttpClientRootCert) AppendLog(l log.Message)

func (InvalidHttpClientRootCert) Callback

func (e InvalidHttpClientRootCert) Callback(f interface{}) bool

func (InvalidHttpClientRootCert) Code

func (InvalidHttpClientRootCert) DetailMessage

func (e InvalidHttpClientRootCert) DetailMessage() string

func (InvalidHttpClientRootCert) GetLog

func (InvalidHttpClientRootCert) HttpExceptions

func (InvalidHttpClientRootCert) HttpExceptions()

func (InvalidHttpClientRootCert) MarshalJSON

func (e InvalidHttpClientRootCert) MarshalJSON() ([]byte, error)

func (InvalidHttpClientRootCert) Name

func (InvalidHttpClientRootCert) String

func (e InvalidHttpClientRootCert) String() string

func (InvalidHttpClientRootCert) TopMessage

func (e InvalidHttpClientRootCert) TopMessage() string

func (InvalidHttpClientRootCert) What

type InvalidHttpRequest

type InvalidHttpRequest struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidHttpRequest

func NewInvalidHttpRequest(parent _HttpException, message log.Message) *InvalidHttpRequest

func (*InvalidHttpRequest) AppendLog

func (e *InvalidHttpRequest) AppendLog(l log.Message)

func (InvalidHttpRequest) Callback

func (e InvalidHttpRequest) Callback(f interface{}) bool

func (InvalidHttpRequest) Code

func (e InvalidHttpRequest) Code() int64

func (InvalidHttpRequest) DetailMessage

func (e InvalidHttpRequest) DetailMessage() string

func (InvalidHttpRequest) GetLog

func (e InvalidHttpRequest) GetLog() log.Messages

func (InvalidHttpRequest) HttpExceptions

func (InvalidHttpRequest) HttpExceptions()

func (InvalidHttpRequest) MarshalJSON

func (e InvalidHttpRequest) MarshalJSON() ([]byte, error)

func (InvalidHttpRequest) Name

func (e InvalidHttpRequest) Name() string

func (InvalidHttpRequest) String

func (e InvalidHttpRequest) String() string

func (InvalidHttpRequest) TopMessage

func (e InvalidHttpRequest) TopMessage() string

func (InvalidHttpRequest) What

func (e InvalidHttpRequest) What() string

type InvalidHttpResponse

type InvalidHttpResponse struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidHttpResponse

func NewInvalidHttpResponse(parent _HttpException, message log.Message) *InvalidHttpResponse

func (*InvalidHttpResponse) AppendLog

func (e *InvalidHttpResponse) AppendLog(l log.Message)

func (InvalidHttpResponse) Callback

func (e InvalidHttpResponse) Callback(f interface{}) bool

func (InvalidHttpResponse) Code

func (e InvalidHttpResponse) Code() int64

func (InvalidHttpResponse) DetailMessage

func (e InvalidHttpResponse) DetailMessage() string

func (InvalidHttpResponse) GetLog

func (e InvalidHttpResponse) GetLog() log.Messages

func (InvalidHttpResponse) HttpExceptions

func (InvalidHttpResponse) HttpExceptions()

func (InvalidHttpResponse) MarshalJSON

func (e InvalidHttpResponse) MarshalJSON() ([]byte, error)

func (InvalidHttpResponse) Name

func (e InvalidHttpResponse) Name() string

func (InvalidHttpResponse) String

func (e InvalidHttpResponse) String() string

func (InvalidHttpResponse) TopMessage

func (e InvalidHttpResponse) TopMessage() string

func (InvalidHttpResponse) What

func (e InvalidHttpResponse) What() string

type InvalidLockTimeoutException

type InvalidLockTimeoutException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidLockTimeoutException

func NewInvalidLockTimeoutException(parent _WalletException, message log.Message) *InvalidLockTimeoutException

func (*InvalidLockTimeoutException) AppendLog

func (e *InvalidLockTimeoutException) AppendLog(l log.Message)

func (InvalidLockTimeoutException) Callback

func (e InvalidLockTimeoutException) Callback(f interface{}) bool

func (InvalidLockTimeoutException) Code

func (InvalidLockTimeoutException) DetailMessage

func (e InvalidLockTimeoutException) DetailMessage() string

func (InvalidLockTimeoutException) GetLog

func (InvalidLockTimeoutException) MarshalJSON

func (e InvalidLockTimeoutException) MarshalJSON() ([]byte, error)

func (InvalidLockTimeoutException) Name

func (InvalidLockTimeoutException) String

func (InvalidLockTimeoutException) TopMessage

func (e InvalidLockTimeoutException) TopMessage() string

func (InvalidLockTimeoutException) WalletExceptions

func (InvalidLockTimeoutException) WalletExceptions()

func (InvalidLockTimeoutException) What

type InvalidOperationException

type InvalidOperationException struct {
	Exception
	Elog log.Messages
}

func NewInvalidOperationException

func NewInvalidOperationException(parent Exception, message log.Message) *InvalidOperationException

func (*InvalidOperationException) AppendLog

func (e *InvalidOperationException) AppendLog(l log.Message)

func (InvalidOperationException) Callback

func (e InvalidOperationException) Callback(f interface{}) bool

func (InvalidOperationException) Code

func (InvalidOperationException) DetailMessage

func (e InvalidOperationException) DetailMessage() string

func (InvalidOperationException) GetLog

func (InvalidOperationException) MarshalJSON

func (e InvalidOperationException) MarshalJSON() ([]byte, error)

func (InvalidOperationException) Name

func (InvalidOperationException) String

func (e InvalidOperationException) String() string

func (InvalidOperationException) TopMessage

func (e InvalidOperationException) TopMessage() string

func (InvalidOperationException) What

type InvalidParentPermission

type InvalidParentPermission struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidParentPermission

func NewInvalidParentPermission(parent _AuthorizationException, message log.Message) *InvalidParentPermission

func (*InvalidParentPermission) AppendLog

func (e *InvalidParentPermission) AppendLog(l log.Message)

func (InvalidParentPermission) AuthorizationExceptions

func (InvalidParentPermission) AuthorizationExceptions()

func (InvalidParentPermission) Callback

func (e InvalidParentPermission) Callback(f interface{}) bool

func (InvalidParentPermission) Code

func (e InvalidParentPermission) Code() int64

func (InvalidParentPermission) DetailMessage

func (e InvalidParentPermission) DetailMessage() string

func (InvalidParentPermission) GetLog

func (InvalidParentPermission) MarshalJSON

func (e InvalidParentPermission) MarshalJSON() ([]byte, error)

func (InvalidParentPermission) Name

func (InvalidParentPermission) String

func (e InvalidParentPermission) String() string

func (InvalidParentPermission) TopMessage

func (e InvalidParentPermission) TopMessage() string

func (InvalidParentPermission) What

type InvalidPermission

type InvalidPermission struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidPermission

func NewInvalidPermission(parent _AuthorizationException, message log.Message) *InvalidPermission

func (*InvalidPermission) AppendLog

func (e *InvalidPermission) AppendLog(l log.Message)

func (InvalidPermission) AuthorizationExceptions

func (InvalidPermission) AuthorizationExceptions()

func (InvalidPermission) Callback

func (e InvalidPermission) Callback(f interface{}) bool

func (InvalidPermission) Code

func (e InvalidPermission) Code() int64

func (InvalidPermission) DetailMessage

func (e InvalidPermission) DetailMessage() string

func (InvalidPermission) GetLog

func (e InvalidPermission) GetLog() log.Messages

func (InvalidPermission) MarshalJSON

func (e InvalidPermission) MarshalJSON() ([]byte, error)

func (InvalidPermission) Name

func (e InvalidPermission) Name() string

func (InvalidPermission) String

func (e InvalidPermission) String() string

func (InvalidPermission) TopMessage

func (e InvalidPermission) TopMessage() string

func (InvalidPermission) What

func (e InvalidPermission) What() string

type InvalidRefBlockException

type InvalidRefBlockException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidRefBlockException

func NewInvalidRefBlockException(parent _TransactionException, message log.Message) *InvalidRefBlockException

func (*InvalidRefBlockException) AppendLog

func (e *InvalidRefBlockException) AppendLog(l log.Message)

func (InvalidRefBlockException) Callback

func (e InvalidRefBlockException) Callback(f interface{}) bool

func (InvalidRefBlockException) Code

func (InvalidRefBlockException) DetailMessage

func (e InvalidRefBlockException) DetailMessage() string

func (InvalidRefBlockException) GetLog

func (InvalidRefBlockException) MarshalJSON

func (e InvalidRefBlockException) MarshalJSON() ([]byte, error)

func (InvalidRefBlockException) Name

func (InvalidRefBlockException) String

func (e InvalidRefBlockException) String() string

func (InvalidRefBlockException) TopMessage

func (e InvalidRefBlockException) TopMessage() string

func (InvalidRefBlockException) TransactionExceptions

func (InvalidRefBlockException) TransactionExceptions()

func (InvalidRefBlockException) What

type InvalidReversibleBlocksDir

type InvalidReversibleBlocksDir struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidReversibleBlocksDir

func NewInvalidReversibleBlocksDir(parent _ReversibleBlocksException, message log.Message) *InvalidReversibleBlocksDir

func (*InvalidReversibleBlocksDir) AppendLog

func (e *InvalidReversibleBlocksDir) AppendLog(l log.Message)

func (InvalidReversibleBlocksDir) Callback

func (e InvalidReversibleBlocksDir) Callback(f interface{}) bool

func (InvalidReversibleBlocksDir) Code

func (InvalidReversibleBlocksDir) DetailMessage

func (e InvalidReversibleBlocksDir) DetailMessage() string

func (InvalidReversibleBlocksDir) GetLog

func (InvalidReversibleBlocksDir) MarshalJSON

func (e InvalidReversibleBlocksDir) MarshalJSON() ([]byte, error)

func (InvalidReversibleBlocksDir) Name

func (InvalidReversibleBlocksDir) ReversibleBlocksExceptions

func (InvalidReversibleBlocksDir) ReversibleBlocksExceptions()

func (InvalidReversibleBlocksDir) String

func (InvalidReversibleBlocksDir) TopMessage

func (e InvalidReversibleBlocksDir) TopMessage() string

func (InvalidReversibleBlocksDir) What

type InvalidRicardianClauseException

type InvalidRicardianClauseException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidRicardianClauseException

func NewInvalidRicardianClauseException(parent _AbiException, message log.Message) *InvalidRicardianClauseException

func (InvalidRicardianClauseException) AbiExceptions

func (InvalidRicardianClauseException) AbiExceptions()

func (*InvalidRicardianClauseException) AppendLog

func (InvalidRicardianClauseException) Callback

func (e InvalidRicardianClauseException) Callback(f interface{}) bool

func (InvalidRicardianClauseException) Code

func (InvalidRicardianClauseException) DetailMessage

func (e InvalidRicardianClauseException) DetailMessage() string

func (InvalidRicardianClauseException) GetLog

func (InvalidRicardianClauseException) MarshalJSON

func (e InvalidRicardianClauseException) MarshalJSON() ([]byte, error)

func (InvalidRicardianClauseException) Name

func (InvalidRicardianClauseException) String

func (InvalidRicardianClauseException) TopMessage

func (e InvalidRicardianClauseException) TopMessage() string

func (InvalidRicardianClauseException) What

type InvalidTableIterator

type InvalidTableIterator struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidTableIterator

func NewInvalidTableIterator(parent _ContractException, message log.Message) *InvalidTableIterator

func (*InvalidTableIterator) AppendLog

func (e *InvalidTableIterator) AppendLog(l log.Message)

func (InvalidTableIterator) Callback

func (e InvalidTableIterator) Callback(f interface{}) bool

func (InvalidTableIterator) Code

func (e InvalidTableIterator) Code() int64

func (InvalidTableIterator) ContractExceptions

func (InvalidTableIterator) ContractExceptions()

func (InvalidTableIterator) DetailMessage

func (e InvalidTableIterator) DetailMessage() string

func (InvalidTableIterator) GetLog

func (e InvalidTableIterator) GetLog() log.Messages

func (InvalidTableIterator) MarshalJSON

func (e InvalidTableIterator) MarshalJSON() ([]byte, error)

func (InvalidTableIterator) Name

func (e InvalidTableIterator) Name() string

func (InvalidTableIterator) String

func (e InvalidTableIterator) String() string

func (InvalidTableIterator) TopMessage

func (e InvalidTableIterator) TopMessage() string

func (InvalidTableIterator) What

func (e InvalidTableIterator) What() string

type InvalidTablePayer

type InvalidTablePayer struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidTablePayer

func NewInvalidTablePayer(parent _ContractException, message log.Message) *InvalidTablePayer

func (*InvalidTablePayer) AppendLog

func (e *InvalidTablePayer) AppendLog(l log.Message)

func (InvalidTablePayer) Callback

func (e InvalidTablePayer) Callback(f interface{}) bool

func (InvalidTablePayer) Code

func (e InvalidTablePayer) Code() int64

func (InvalidTablePayer) ContractExceptions

func (InvalidTablePayer) ContractExceptions()

func (InvalidTablePayer) DetailMessage

func (e InvalidTablePayer) DetailMessage() string

func (InvalidTablePayer) GetLog

func (e InvalidTablePayer) GetLog() log.Messages

func (InvalidTablePayer) MarshalJSON

func (e InvalidTablePayer) MarshalJSON() ([]byte, error)

func (InvalidTablePayer) Name

func (e InvalidTablePayer) Name() string

func (InvalidTablePayer) String

func (e InvalidTablePayer) String() string

func (InvalidTablePayer) TopMessage

func (e InvalidTablePayer) TopMessage() string

func (InvalidTablePayer) What

func (e InvalidTablePayer) What() string

type InvalidTypeInsideAbi

type InvalidTypeInsideAbi struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewInvalidTypeInsideAbi

func NewInvalidTypeInsideAbi(parent _AbiException, message log.Message) *InvalidTypeInsideAbi

func (InvalidTypeInsideAbi) AbiExceptions

func (InvalidTypeInsideAbi) AbiExceptions()

func (*InvalidTypeInsideAbi) AppendLog

func (e *InvalidTypeInsideAbi) AppendLog(l log.Message)

func (InvalidTypeInsideAbi) Callback

func (e InvalidTypeInsideAbi) Callback(f interface{}) bool

func (InvalidTypeInsideAbi) Code

func (e InvalidTypeInsideAbi) Code() int64

func (InvalidTypeInsideAbi) DetailMessage

func (e InvalidTypeInsideAbi) DetailMessage() string

func (InvalidTypeInsideAbi) GetLog

func (e InvalidTypeInsideAbi) GetLog() log.Messages

func (InvalidTypeInsideAbi) MarshalJSON

func (e InvalidTypeInsideAbi) MarshalJSON() ([]byte, error)

func (InvalidTypeInsideAbi) Name

func (e InvalidTypeInsideAbi) Name() string

func (InvalidTypeInsideAbi) String

func (e InvalidTypeInsideAbi) String() string

func (InvalidTypeInsideAbi) TopMessage

func (e InvalidTypeInsideAbi) TopMessage() string

func (InvalidTypeInsideAbi) What

func (e InvalidTypeInsideAbi) What() string

type IrrelevantAuthException

type IrrelevantAuthException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewIrrelevantAuthException

func NewIrrelevantAuthException(parent _AuthorizationException, message log.Message) *IrrelevantAuthException

func (*IrrelevantAuthException) AppendLog

func (e *IrrelevantAuthException) AppendLog(l log.Message)

func (IrrelevantAuthException) AuthorizationExceptions

func (IrrelevantAuthException) AuthorizationExceptions()

func (IrrelevantAuthException) Callback

func (e IrrelevantAuthException) Callback(f interface{}) bool

func (IrrelevantAuthException) Code

func (e IrrelevantAuthException) Code() int64

func (IrrelevantAuthException) DetailMessage

func (e IrrelevantAuthException) DetailMessage() string

func (IrrelevantAuthException) GetLog

func (IrrelevantAuthException) MarshalJSON

func (e IrrelevantAuthException) MarshalJSON() ([]byte, error)

func (IrrelevantAuthException) Name

func (IrrelevantAuthException) String

func (e IrrelevantAuthException) String() string

func (IrrelevantAuthException) TopMessage

func (e IrrelevantAuthException) TopMessage() string

func (IrrelevantAuthException) What

type KeyBlacklistException

type KeyBlacklistException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewKeyBlacklistException

func NewKeyBlacklistException(parent _WhitelistBlacklistException, message log.Message) *KeyBlacklistException

func (*KeyBlacklistException) AppendLog

func (e *KeyBlacklistException) AppendLog(l log.Message)

func (KeyBlacklistException) Callback

func (e KeyBlacklistException) Callback(f interface{}) bool

func (KeyBlacklistException) Code

func (e KeyBlacklistException) Code() int64

func (KeyBlacklistException) DetailMessage

func (e KeyBlacklistException) DetailMessage() string

func (KeyBlacklistException) GetLog

func (e KeyBlacklistException) GetLog() log.Messages

func (KeyBlacklistException) MarshalJSON

func (e KeyBlacklistException) MarshalJSON() ([]byte, error)

func (KeyBlacklistException) Name

func (e KeyBlacklistException) Name() string

func (KeyBlacklistException) String

func (e KeyBlacklistException) String() string

func (KeyBlacklistException) TopMessage

func (e KeyBlacklistException) TopMessage() string

func (KeyBlacklistException) What

func (e KeyBlacklistException) What() string

func (KeyBlacklistException) WhitelistBlacklistExceptions

func (KeyBlacklistException) WhitelistBlacklistExceptions()

type KeyExistException

type KeyExistException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewKeyExistException

func NewKeyExistException(parent _WalletException, message log.Message) *KeyExistException

func (*KeyExistException) AppendLog

func (e *KeyExistException) AppendLog(l log.Message)

func (KeyExistException) Callback

func (e KeyExistException) Callback(f interface{}) bool

func (KeyExistException) Code

func (e KeyExistException) Code() int64

func (KeyExistException) DetailMessage

func (e KeyExistException) DetailMessage() string

func (KeyExistException) GetLog

func (e KeyExistException) GetLog() log.Messages

func (KeyExistException) MarshalJSON

func (e KeyExistException) MarshalJSON() ([]byte, error)

func (KeyExistException) Name

func (e KeyExistException) Name() string

func (KeyExistException) String

func (e KeyExistException) String() string

func (KeyExistException) TopMessage

func (e KeyExistException) TopMessage() string

func (KeyExistException) WalletExceptions

func (KeyExistException) WalletExceptions()

func (KeyExistException) What

func (e KeyExistException) What() string

type KeyNonexistentException

type KeyNonexistentException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewKeyNonexistentException

func NewKeyNonexistentException(parent _WalletException, message log.Message) *KeyNonexistentException

func (*KeyNonexistentException) AppendLog

func (e *KeyNonexistentException) AppendLog(l log.Message)

func (KeyNonexistentException) Callback

func (e KeyNonexistentException) Callback(f interface{}) bool

func (KeyNonexistentException) Code

func (e KeyNonexistentException) Code() int64

func (KeyNonexistentException) DetailMessage

func (e KeyNonexistentException) DetailMessage() string

func (KeyNonexistentException) GetLog

func (KeyNonexistentException) MarshalJSON

func (e KeyNonexistentException) MarshalJSON() ([]byte, error)

func (KeyNonexistentException) Name

func (KeyNonexistentException) String

func (e KeyNonexistentException) String() string

func (KeyNonexistentException) TopMessage

func (e KeyNonexistentException) TopMessage() string

func (KeyNonexistentException) WalletExceptions

func (KeyNonexistentException) WalletExceptions()

func (KeyNonexistentException) What

type KeyNotFoundException

type KeyNotFoundException struct {
	Exception
	Elog log.Messages
}

func NewKeyNotFoundException

func NewKeyNotFoundException(parent Exception, message log.Message) *KeyNotFoundException

func (*KeyNotFoundException) AppendLog

func (e *KeyNotFoundException) AppendLog(l log.Message)

func (KeyNotFoundException) Callback

func (e KeyNotFoundException) Callback(f interface{}) bool

func (KeyNotFoundException) Code

func (e KeyNotFoundException) Code() int64

func (KeyNotFoundException) DetailMessage

func (e KeyNotFoundException) DetailMessage() string

func (KeyNotFoundException) GetLog

func (e KeyNotFoundException) GetLog() log.Messages

func (KeyNotFoundException) MarshalJSON

func (e KeyNotFoundException) MarshalJSON() ([]byte, error)

func (KeyNotFoundException) Name

func (e KeyNotFoundException) Name() string

func (KeyNotFoundException) String

func (e KeyNotFoundException) String() string

func (KeyNotFoundException) TopMessage

func (e KeyNotFoundException) TopMessage() string

func (KeyNotFoundException) What

func (e KeyNotFoundException) What() string

type LeewayDeadlineException

type LeewayDeadlineException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewLeewayDeadlineException

func NewLeewayDeadlineException(parent _DeadlineException, message log.Message) *LeewayDeadlineException

func (*LeewayDeadlineException) AppendLog

func (e *LeewayDeadlineException) AppendLog(l log.Message)

func (LeewayDeadlineException) Callback

func (e LeewayDeadlineException) Callback(f interface{}) bool

func (LeewayDeadlineException) Code

func (e LeewayDeadlineException) Code() int64

func (LeewayDeadlineException) DeadlineExceptions

func (LeewayDeadlineException) DeadlineExceptions()

func (LeewayDeadlineException) DetailMessage

func (e LeewayDeadlineException) DetailMessage() string

func (LeewayDeadlineException) GetLog

func (LeewayDeadlineException) MarshalJSON

func (e LeewayDeadlineException) MarshalJSON() ([]byte, error)

func (LeewayDeadlineException) Name

func (LeewayDeadlineException) String

func (e LeewayDeadlineException) String() string

func (LeewayDeadlineException) TopMessage

func (e LeewayDeadlineException) TopMessage() string

func (LeewayDeadlineException) What

type LocalizedException

type LocalizedException struct {
	Exception
	Elog log.Messages
}

func NewLocalizedException

func NewLocalizedException(parent Exception, message log.Message) *LocalizedException

func (*LocalizedException) AppendLog

func (e *LocalizedException) AppendLog(l log.Message)

func (LocalizedException) Callback

func (e LocalizedException) Callback(f interface{}) bool

func (LocalizedException) Code

func (e LocalizedException) Code() int64

func (LocalizedException) DetailMessage

func (e LocalizedException) DetailMessage() string

func (LocalizedException) GetLog

func (e LocalizedException) GetLog() log.Messages

func (LocalizedException) MarshalJSON

func (e LocalizedException) MarshalJSON() ([]byte, error)

func (LocalizedException) Name

func (e LocalizedException) Name() string

func (LocalizedException) String

func (e LocalizedException) String() string

func (LocalizedException) TopMessage

func (e LocalizedException) TopMessage() string

func (LocalizedException) What

func (e LocalizedException) What() string

type MiscException

type MiscException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewMiscException

func NewMiscException(parent _MiscException, message log.Message) *MiscException

func (*MiscException) AppendLog

func (e *MiscException) AppendLog(l log.Message)

func (MiscException) Callback

func (e MiscException) Callback(f interface{}) bool

func (MiscException) Code

func (e MiscException) Code() int64

func (MiscException) DetailMessage

func (e MiscException) DetailMessage() string

func (MiscException) GetLog

func (e MiscException) GetLog() log.Messages

func (MiscException) MarshalJSON

func (e MiscException) MarshalJSON() ([]byte, error)

func (MiscException) MiscExceptions

func (MiscException) MiscExceptions()

func (MiscException) Name

func (e MiscException) Name() string

func (MiscException) String

func (e MiscException) String() string

func (MiscException) TopMessage

func (e MiscException) TopMessage() string

func (MiscException) What

func (e MiscException) What() string

type MiscExceptions

type MiscExceptions interface {
	ChainExceptions
	MiscExceptions()
}

*

  • misc_exception

type MissingAuthException

type MissingAuthException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewMissingAuthException

func NewMissingAuthException(parent _AuthorizationException, message log.Message) *MissingAuthException

func (*MissingAuthException) AppendLog

func (e *MissingAuthException) AppendLog(l log.Message)

func (MissingAuthException) AuthorizationExceptions

func (MissingAuthException) AuthorizationExceptions()

func (MissingAuthException) Callback

func (e MissingAuthException) Callback(f interface{}) bool

func (MissingAuthException) Code

func (e MissingAuthException) Code() int64

func (MissingAuthException) DetailMessage

func (e MissingAuthException) DetailMessage() string

func (MissingAuthException) GetLog

func (e MissingAuthException) GetLog() log.Messages

func (MissingAuthException) MarshalJSON

func (e MissingAuthException) MarshalJSON() ([]byte, error)

func (MissingAuthException) Name

func (e MissingAuthException) Name() string

func (MissingAuthException) String

func (e MissingAuthException) String() string

func (MissingAuthException) TopMessage

func (e MissingAuthException) TopMessage() string

func (MissingAuthException) What

func (e MissingAuthException) What() string

type MissingChainApiPluginException

type MissingChainApiPluginException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewMissingChainApiPluginException

func NewMissingChainApiPluginException(parent _PluginException, message log.Message) *MissingChainApiPluginException

func (*MissingChainApiPluginException) AppendLog

func (e *MissingChainApiPluginException) AppendLog(l log.Message)

func (MissingChainApiPluginException) Callback

func (e MissingChainApiPluginException) Callback(f interface{}) bool

func (MissingChainApiPluginException) Code

func (MissingChainApiPluginException) DetailMessage

func (e MissingChainApiPluginException) DetailMessage() string

func (MissingChainApiPluginException) GetLog

func (MissingChainApiPluginException) MarshalJSON

func (e MissingChainApiPluginException) MarshalJSON() ([]byte, error)

func (MissingChainApiPluginException) Name

func (MissingChainApiPluginException) PluginExceptions

func (MissingChainApiPluginException) PluginExceptions()

func (MissingChainApiPluginException) String

func (MissingChainApiPluginException) TopMessage

func (e MissingChainApiPluginException) TopMessage() string

func (MissingChainApiPluginException) What

type MissingChainPluginException

type MissingChainPluginException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewMissingChainPluginException

func NewMissingChainPluginException(parent _PluginException, message log.Message) *MissingChainPluginException

func (*MissingChainPluginException) AppendLog

func (e *MissingChainPluginException) AppendLog(l log.Message)

func (MissingChainPluginException) Callback

func (e MissingChainPluginException) Callback(f interface{}) bool

func (MissingChainPluginException) Code

func (MissingChainPluginException) DetailMessage

func (e MissingChainPluginException) DetailMessage() string

func (MissingChainPluginException) GetLog

func (MissingChainPluginException) MarshalJSON

func (e MissingChainPluginException) MarshalJSON() ([]byte, error)

func (MissingChainPluginException) Name

func (MissingChainPluginException) PluginExceptions

func (MissingChainPluginException) PluginExceptions()

func (MissingChainPluginException) String

func (MissingChainPluginException) TopMessage

func (e MissingChainPluginException) TopMessage() string

func (MissingChainPluginException) What

type MissingHistoryApiPluginException

type MissingHistoryApiPluginException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewMissingHistoryApiPluginException

func NewMissingHistoryApiPluginException(parent _PluginException, message log.Message) *MissingHistoryApiPluginException

func (*MissingHistoryApiPluginException) AppendLog

func (MissingHistoryApiPluginException) Callback

func (e MissingHistoryApiPluginException) Callback(f interface{}) bool

func (MissingHistoryApiPluginException) Code

func (MissingHistoryApiPluginException) DetailMessage

func (e MissingHistoryApiPluginException) DetailMessage() string

func (MissingHistoryApiPluginException) GetLog

func (MissingHistoryApiPluginException) MarshalJSON

func (e MissingHistoryApiPluginException) MarshalJSON() ([]byte, error)

func (MissingHistoryApiPluginException) Name

func (MissingHistoryApiPluginException) PluginExceptions

func (MissingHistoryApiPluginException) PluginExceptions()

func (MissingHistoryApiPluginException) String

func (MissingHistoryApiPluginException) TopMessage

func (MissingHistoryApiPluginException) What

type MissingNetApiPluginException

type MissingNetApiPluginException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewMissingNetApiPluginException

func NewMissingNetApiPluginException(parent _PluginException, message log.Message) *MissingNetApiPluginException

func (*MissingNetApiPluginException) AppendLog

func (e *MissingNetApiPluginException) AppendLog(l log.Message)

func (MissingNetApiPluginException) Callback

func (e MissingNetApiPluginException) Callback(f interface{}) bool

func (MissingNetApiPluginException) Code

func (MissingNetApiPluginException) DetailMessage

func (e MissingNetApiPluginException) DetailMessage() string

func (MissingNetApiPluginException) GetLog

func (MissingNetApiPluginException) MarshalJSON

func (e MissingNetApiPluginException) MarshalJSON() ([]byte, error)

func (MissingNetApiPluginException) Name

func (MissingNetApiPluginException) PluginExceptions

func (MissingNetApiPluginException) PluginExceptions()

func (MissingNetApiPluginException) String

func (MissingNetApiPluginException) TopMessage

func (e MissingNetApiPluginException) TopMessage() string

func (MissingNetApiPluginException) What

type MissingPendingBlockState

type MissingPendingBlockState struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewMissingPendingBlockState

func NewMissingPendingBlockState(parent _ProducerException, message log.Message) *MissingPendingBlockState

func (*MissingPendingBlockState) AppendLog

func (e *MissingPendingBlockState) AppendLog(l log.Message)

func (MissingPendingBlockState) Callback

func (e MissingPendingBlockState) Callback(f interface{}) bool

func (MissingPendingBlockState) Code

func (MissingPendingBlockState) DetailMessage

func (e MissingPendingBlockState) DetailMessage() string

func (MissingPendingBlockState) GetLog

func (MissingPendingBlockState) MarshalJSON

func (e MissingPendingBlockState) MarshalJSON() ([]byte, error)

func (MissingPendingBlockState) Name

func (MissingPendingBlockState) ProducerExceptions

func (MissingPendingBlockState) ProducerExceptions()

func (MissingPendingBlockState) String

func (e MissingPendingBlockState) String() string

func (MissingPendingBlockState) TopMessage

func (e MissingPendingBlockState) TopMessage() string

func (MissingPendingBlockState) What

type MissingWalletApiPluginException

type MissingWalletApiPluginException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewMissingWalletApiPluginException

func NewMissingWalletApiPluginException(parent _PluginException, message log.Message) *MissingWalletApiPluginException

func (*MissingWalletApiPluginException) AppendLog

func (MissingWalletApiPluginException) Callback

func (e MissingWalletApiPluginException) Callback(f interface{}) bool

func (MissingWalletApiPluginException) Code

func (MissingWalletApiPluginException) DetailMessage

func (e MissingWalletApiPluginException) DetailMessage() string

func (MissingWalletApiPluginException) GetLog

func (MissingWalletApiPluginException) MarshalJSON

func (e MissingWalletApiPluginException) MarshalJSON() ([]byte, error)

func (MissingWalletApiPluginException) Name

func (MissingWalletApiPluginException) PluginExceptions

func (MissingWalletApiPluginException) PluginExceptions()

func (MissingWalletApiPluginException) String

func (MissingWalletApiPluginException) TopMessage

func (e MissingWalletApiPluginException) TopMessage() string

func (MissingWalletApiPluginException) What

type MongoDbExceptions

type MongoDbExceptions interface {
	ChainExceptions
	MongoDbExceptions()
}

*

  • mongo_db_exception

type MultipleVoterInfo

type MultipleVoterInfo struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewMultipleVoterInfo

func NewMultipleVoterInfo(parent _MiscException, message log.Message) *MultipleVoterInfo

func (*MultipleVoterInfo) AppendLog

func (e *MultipleVoterInfo) AppendLog(l log.Message)

func (MultipleVoterInfo) Callback

func (e MultipleVoterInfo) Callback(f interface{}) bool

func (MultipleVoterInfo) Code

func (e MultipleVoterInfo) Code() int64

func (MultipleVoterInfo) DetailMessage

func (e MultipleVoterInfo) DetailMessage() string

func (MultipleVoterInfo) GetLog

func (e MultipleVoterInfo) GetLog() log.Messages

func (MultipleVoterInfo) MarshalJSON

func (e MultipleVoterInfo) MarshalJSON() ([]byte, error)

func (MultipleVoterInfo) MiscExceptions

func (MultipleVoterInfo) MiscExceptions()

func (MultipleVoterInfo) Name

func (e MultipleVoterInfo) Name() string

func (MultipleVoterInfo) String

func (e MultipleVoterInfo) String() string

func (MultipleVoterInfo) TopMessage

func (e MultipleVoterInfo) TopMessage() string

func (MultipleVoterInfo) What

func (e MultipleVoterInfo) What() string

type NameTypeException

type NameTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewNameTypeException

func NewNameTypeException(parent _ChainException, message log.Message) *NameTypeException

func (*NameTypeException) AppendLog

func (e *NameTypeException) AppendLog(l log.Message)

func (NameTypeException) Callback

func (e NameTypeException) Callback(f interface{}) bool

func (NameTypeException) ChainExceptions

func (NameTypeException) ChainExceptions()

func (NameTypeException) Code

func (e NameTypeException) Code() int64

func (NameTypeException) DetailMessage

func (e NameTypeException) DetailMessage() string

func (NameTypeException) GetLog

func (e NameTypeException) GetLog() log.Messages

func (NameTypeException) MarshalJSON

func (e NameTypeException) MarshalJSON() ([]byte, error)

func (NameTypeException) Name

func (e NameTypeException) Name() string

func (NameTypeException) String

func (e NameTypeException) String() string

func (NameTypeException) TopMessage

func (e NameTypeException) TopMessage() string

func (NameTypeException) What

func (e NameTypeException) What() string

type NodeManagementSuccess

type NodeManagementSuccess struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewNodeManagementSuccess

func NewNodeManagementSuccess(parent _MiscException, message log.Message) *NodeManagementSuccess

func (*NodeManagementSuccess) AppendLog

func (e *NodeManagementSuccess) AppendLog(l log.Message)

func (NodeManagementSuccess) Callback

func (e NodeManagementSuccess) Callback(f interface{}) bool

func (NodeManagementSuccess) Code

func (e NodeManagementSuccess) Code() int64

func (NodeManagementSuccess) DetailMessage

func (e NodeManagementSuccess) DetailMessage() string

func (NodeManagementSuccess) GetLog

func (e NodeManagementSuccess) GetLog() log.Messages

func (NodeManagementSuccess) MarshalJSON

func (e NodeManagementSuccess) MarshalJSON() ([]byte, error)

func (NodeManagementSuccess) MiscExceptions

func (NodeManagementSuccess) MiscExceptions()

func (NodeManagementSuccess) Name

func (e NodeManagementSuccess) Name() string

func (NodeManagementSuccess) String

func (e NodeManagementSuccess) String() string

func (NodeManagementSuccess) TopMessage

func (e NodeManagementSuccess) TopMessage() string

func (NodeManagementSuccess) What

func (e NodeManagementSuccess) What() string

type NullOptional

type NullOptional struct {
	Exception
	Elog log.Messages
}

func NewNullOptional

func NewNullOptional(parent Exception, message log.Message) *NullOptional

func (*NullOptional) AppendLog

func (e *NullOptional) AppendLog(l log.Message)

func (NullOptional) Callback

func (e NullOptional) Callback(f interface{}) bool

func (NullOptional) Code

func (e NullOptional) Code() int64

func (NullOptional) DetailMessage

func (e NullOptional) DetailMessage() string

func (NullOptional) GetLog

func (e NullOptional) GetLog() log.Messages

func (NullOptional) MarshalJSON

func (e NullOptional) MarshalJSON() ([]byte, error)

func (NullOptional) Name

func (e NullOptional) Name() string

func (NullOptional) String

func (e NullOptional) String() string

func (NullOptional) TopMessage

func (e NullOptional) TopMessage() string

func (NullOptional) What

func (e NullOptional) What() string

type OutOfRangeException

type OutOfRangeException struct {
	Exception
	Elog log.Messages
}

func NewOutOfRangeException

func NewOutOfRangeException(parent Exception, message log.Message) *OutOfRangeException

func (*OutOfRangeException) AppendLog

func (e *OutOfRangeException) AppendLog(l log.Message)

func (OutOfRangeException) Callback

func (e OutOfRangeException) Callback(f interface{}) bool

func (OutOfRangeException) Code

func (e OutOfRangeException) Code() int64

func (OutOfRangeException) DetailMessage

func (e OutOfRangeException) DetailMessage() string

func (OutOfRangeException) GetLog

func (e OutOfRangeException) GetLog() log.Messages

func (OutOfRangeException) MarshalJSON

func (e OutOfRangeException) MarshalJSON() ([]byte, error)

func (OutOfRangeException) Name

func (e OutOfRangeException) Name() string

func (OutOfRangeException) String

func (e OutOfRangeException) String() string

func (OutOfRangeException) TopMessage

func (e OutOfRangeException) TopMessage() string

func (OutOfRangeException) What

func (e OutOfRangeException) What() string

type OverflowException

type OverflowException struct {
	Exception
	Elog log.Messages
}

func NewOverflowException

func NewOverflowException(parent Exception, message log.Message) *OverflowException

func (*OverflowException) AppendLog

func (e *OverflowException) AppendLog(l log.Message)

func (OverflowException) Callback

func (e OverflowException) Callback(f interface{}) bool

func (OverflowException) Code

func (e OverflowException) Code() int64

func (OverflowException) DetailMessage

func (e OverflowException) DetailMessage() string

func (OverflowException) GetLog

func (e OverflowException) GetLog() log.Messages

func (OverflowException) MarshalJSON

func (e OverflowException) MarshalJSON() ([]byte, error)

func (OverflowException) Name

func (e OverflowException) Name() string

func (OverflowException) String

func (e OverflowException) String() string

func (OverflowException) TopMessage

func (e OverflowException) TopMessage() string

func (OverflowException) What

func (e OverflowException) What() string

type OverlappingMemoryError

type OverlappingMemoryError struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewOverlappingMemoryError

func NewOverlappingMemoryError(parent _WasmException, message log.Message) *OverlappingMemoryError

func (*OverlappingMemoryError) AppendLog

func (e *OverlappingMemoryError) AppendLog(l log.Message)

func (OverlappingMemoryError) Callback

func (e OverlappingMemoryError) Callback(f interface{}) bool

func (OverlappingMemoryError) Code

func (e OverlappingMemoryError) Code() int64

func (OverlappingMemoryError) DetailMessage

func (e OverlappingMemoryError) DetailMessage() string

func (OverlappingMemoryError) GetLog

func (e OverlappingMemoryError) GetLog() log.Messages

func (OverlappingMemoryError) MarshalJSON

func (e OverlappingMemoryError) MarshalJSON() ([]byte, error)

func (OverlappingMemoryError) Name

func (e OverlappingMemoryError) Name() string

func (OverlappingMemoryError) String

func (e OverlappingMemoryError) String() string

func (OverlappingMemoryError) TopMessage

func (e OverlappingMemoryError) TopMessage() string

func (OverlappingMemoryError) WasmExceptions

func (OverlappingMemoryError) WasmExceptions()

func (OverlappingMemoryError) What

func (e OverlappingMemoryError) What() string

type PackException

type PackException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewPackException

func NewPackException(parent _AbiException, message log.Message) *PackException

func (PackException) AbiExceptions

func (PackException) AbiExceptions()

func (*PackException) AppendLog

func (e *PackException) AppendLog(l log.Message)

func (PackException) Callback

func (e PackException) Callback(f interface{}) bool

func (PackException) Code

func (e PackException) Code() int64

func (PackException) DetailMessage

func (e PackException) DetailMessage() string

func (PackException) GetLog

func (e PackException) GetLog() log.Messages

func (PackException) MarshalJSON

func (e PackException) MarshalJSON() ([]byte, error)

func (PackException) Name

func (e PackException) Name() string

func (PackException) String

func (e PackException) String() string

func (PackException) TopMessage

func (e PackException) TopMessage() string

func (PackException) What

func (e PackException) What() string

type PackedTransactionTypeException

type PackedTransactionTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewPackedTransactionTypeException

func NewPackedTransactionTypeException(parent _ChainException, message log.Message) *PackedTransactionTypeException

func (*PackedTransactionTypeException) AppendLog

func (e *PackedTransactionTypeException) AppendLog(l log.Message)

func (PackedTransactionTypeException) Callback

func (e PackedTransactionTypeException) Callback(f interface{}) bool

func (PackedTransactionTypeException) ChainExceptions

func (PackedTransactionTypeException) ChainExceptions()

func (PackedTransactionTypeException) Code

func (PackedTransactionTypeException) DetailMessage

func (e PackedTransactionTypeException) DetailMessage() string

func (PackedTransactionTypeException) GetLog

func (PackedTransactionTypeException) MarshalJSON

func (e PackedTransactionTypeException) MarshalJSON() ([]byte, error)

func (PackedTransactionTypeException) Name

func (PackedTransactionTypeException) String

func (PackedTransactionTypeException) TopMessage

func (e PackedTransactionTypeException) TopMessage() string

func (PackedTransactionTypeException) What

type PageMemoryError

type PageMemoryError struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewPageMemoryError

func NewPageMemoryError(parent _WasmException, message log.Message) *PageMemoryError

func (*PageMemoryError) AppendLog

func (e *PageMemoryError) AppendLog(l log.Message)

func (PageMemoryError) Callback

func (e PageMemoryError) Callback(f interface{}) bool

func (PageMemoryError) Code

func (e PageMemoryError) Code() int64

func (PageMemoryError) DetailMessage

func (e PageMemoryError) DetailMessage() string

func (PageMemoryError) GetLog

func (e PageMemoryError) GetLog() log.Messages

func (PageMemoryError) MarshalJSON

func (e PageMemoryError) MarshalJSON() ([]byte, error)

func (PageMemoryError) Name

func (e PageMemoryError) Name() string

func (PageMemoryError) String

func (e PageMemoryError) String() string

func (PageMemoryError) TopMessage

func (e PageMemoryError) TopMessage() string

func (PageMemoryError) WasmExceptions

func (PageMemoryError) WasmExceptions()

func (PageMemoryError) What

func (e PageMemoryError) What() string

type ParseErrorException

type ParseErrorException struct {
	Exception
	Elog log.Messages
}

func NewParseErrorException

func NewParseErrorException(parent Exception, message log.Message) *ParseErrorException

func (*ParseErrorException) AppendLog

func (e *ParseErrorException) AppendLog(l log.Message)

func (ParseErrorException) Callback

func (e ParseErrorException) Callback(f interface{}) bool

func (ParseErrorException) Code

func (e ParseErrorException) Code() int64

func (ParseErrorException) DetailMessage

func (e ParseErrorException) DetailMessage() string

func (ParseErrorException) GetLog

func (e ParseErrorException) GetLog() log.Messages

func (ParseErrorException) MarshalJSON

func (e ParseErrorException) MarshalJSON() ([]byte, error)

func (ParseErrorException) Name

func (e ParseErrorException) Name() string

func (ParseErrorException) String

func (e ParseErrorException) String() string

func (ParseErrorException) TopMessage

func (e ParseErrorException) TopMessage() string

func (ParseErrorException) What

func (e ParseErrorException) What() string

type PermissionQueryException

type PermissionQueryException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewPermissionQueryException

func NewPermissionQueryException(parent _DatabaseException, message log.Message) *PermissionQueryException

func (*PermissionQueryException) AppendLog

func (e *PermissionQueryException) AppendLog(l log.Message)

func (PermissionQueryException) Callback

func (e PermissionQueryException) Callback(f interface{}) bool

func (PermissionQueryException) Code

func (PermissionQueryException) DatabaseExceptions

func (PermissionQueryException) DatabaseExceptions()

func (PermissionQueryException) DetailMessage

func (e PermissionQueryException) DetailMessage() string

func (PermissionQueryException) GetLog

func (PermissionQueryException) MarshalJSON

func (e PermissionQueryException) MarshalJSON() ([]byte, error)

func (PermissionQueryException) Name

func (PermissionQueryException) String

func (e PermissionQueryException) String() string

func (PermissionQueryException) TopMessage

func (e PermissionQueryException) TopMessage() string

func (PermissionQueryException) What

type PluginConfigException

type PluginConfigException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewPluginConfigException

func NewPluginConfigException(parent _PluginException, message log.Message) *PluginConfigException

func (*PluginConfigException) AppendLog

func (e *PluginConfigException) AppendLog(l log.Message)

func (PluginConfigException) Callback

func (e PluginConfigException) Callback(f interface{}) bool

func (PluginConfigException) Code

func (e PluginConfigException) Code() int64

func (PluginConfigException) DetailMessage

func (e PluginConfigException) DetailMessage() string

func (PluginConfigException) GetLog

func (e PluginConfigException) GetLog() log.Messages

func (PluginConfigException) MarshalJSON

func (e PluginConfigException) MarshalJSON() ([]byte, error)

func (PluginConfigException) Name

func (e PluginConfigException) Name() string

func (PluginConfigException) PluginExceptions

func (PluginConfigException) PluginExceptions()

func (PluginConfigException) String

func (e PluginConfigException) String() string

func (PluginConfigException) TopMessage

func (e PluginConfigException) TopMessage() string

func (PluginConfigException) What

func (e PluginConfigException) What() string

type PluginException

type PluginException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewPluginException

func NewPluginException(parent _PluginException, message log.Message) *PluginException

func (*PluginException) AppendLog

func (e *PluginException) AppendLog(l log.Message)

func (PluginException) Callback

func (e PluginException) Callback(f interface{}) bool

func (PluginException) Code

func (e PluginException) Code() int64

func (PluginException) DetailMessage

func (e PluginException) DetailMessage() string

func (PluginException) GetLog

func (e PluginException) GetLog() log.Messages

func (PluginException) MarshalJSON

func (e PluginException) MarshalJSON() ([]byte, error)

func (PluginException) Name

func (e PluginException) Name() string

func (PluginException) PluginExceptions

func (PluginException) PluginExceptions()

func (PluginException) String

func (e PluginException) String() string

func (PluginException) TopMessage

func (e PluginException) TopMessage() string

func (PluginException) What

func (e PluginException) What() string

type PluginExceptions

type PluginExceptions interface {
	ChainExceptions
	PluginExceptions()
}

*

  • plugin_exception

type PrivateKeyTypeException

type PrivateKeyTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewPrivateKeyTypeException

func NewPrivateKeyTypeException(parent _ChainException, message log.Message) *PrivateKeyTypeException

func (*PrivateKeyTypeException) AppendLog

func (e *PrivateKeyTypeException) AppendLog(l log.Message)

func (PrivateKeyTypeException) Callback

func (e PrivateKeyTypeException) Callback(f interface{}) bool

func (PrivateKeyTypeException) ChainExceptions

func (PrivateKeyTypeException) ChainExceptions()

func (PrivateKeyTypeException) Code

func (e PrivateKeyTypeException) Code() int64

func (PrivateKeyTypeException) DetailMessage

func (e PrivateKeyTypeException) DetailMessage() string

func (PrivateKeyTypeException) GetLog

func (PrivateKeyTypeException) MarshalJSON

func (e PrivateKeyTypeException) MarshalJSON() ([]byte, error)

func (PrivateKeyTypeException) Name

func (PrivateKeyTypeException) String

func (e PrivateKeyTypeException) String() string

func (PrivateKeyTypeException) TopMessage

func (e PrivateKeyTypeException) TopMessage() string

func (PrivateKeyTypeException) What

type ProducerDoubleConfirm

type ProducerDoubleConfirm struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewProducerDoubleConfirm

func NewProducerDoubleConfirm(parent _ProducerException, message log.Message) *ProducerDoubleConfirm

func (*ProducerDoubleConfirm) AppendLog

func (e *ProducerDoubleConfirm) AppendLog(l log.Message)

func (ProducerDoubleConfirm) Callback

func (e ProducerDoubleConfirm) Callback(f interface{}) bool

func (ProducerDoubleConfirm) Code

func (e ProducerDoubleConfirm) Code() int64

func (ProducerDoubleConfirm) DetailMessage

func (e ProducerDoubleConfirm) DetailMessage() string

func (ProducerDoubleConfirm) GetLog

func (e ProducerDoubleConfirm) GetLog() log.Messages

func (ProducerDoubleConfirm) MarshalJSON

func (e ProducerDoubleConfirm) MarshalJSON() ([]byte, error)

func (ProducerDoubleConfirm) Name

func (e ProducerDoubleConfirm) Name() string

func (ProducerDoubleConfirm) ProducerExceptions

func (ProducerDoubleConfirm) ProducerExceptions()

func (ProducerDoubleConfirm) String

func (e ProducerDoubleConfirm) String() string

func (ProducerDoubleConfirm) TopMessage

func (e ProducerDoubleConfirm) TopMessage() string

func (ProducerDoubleConfirm) What

func (e ProducerDoubleConfirm) What() string

type ProducerException

type ProducerException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewProducerException

func NewProducerException(parent _ProducerException, message log.Message) *ProducerException

func (*ProducerException) AppendLog

func (e *ProducerException) AppendLog(l log.Message)

func (ProducerException) Callback

func (e ProducerException) Callback(f interface{}) bool

func (ProducerException) Code

func (e ProducerException) Code() int64

func (ProducerException) DetailMessage

func (e ProducerException) DetailMessage() string

func (ProducerException) GetLog

func (e ProducerException) GetLog() log.Messages

func (ProducerException) MarshalJSON

func (e ProducerException) MarshalJSON() ([]byte, error)

func (ProducerException) Name

func (e ProducerException) Name() string

func (ProducerException) ProducerExceptions

func (ProducerException) ProducerExceptions()

func (ProducerException) String

func (e ProducerException) String() string

func (ProducerException) TopMessage

func (e ProducerException) TopMessage() string

func (ProducerException) What

func (e ProducerException) What() string

type ProducerExceptions

type ProducerExceptions interface {
	ChainExceptions
	ProducerExceptions()
}

*

  • producer_exception

type ProducerNotInSchedule

type ProducerNotInSchedule struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewProducerNotInSchedule

func NewProducerNotInSchedule(parent _ProducerException, message log.Message) *ProducerNotInSchedule

func (*ProducerNotInSchedule) AppendLog

func (e *ProducerNotInSchedule) AppendLog(l log.Message)

func (ProducerNotInSchedule) Callback

func (e ProducerNotInSchedule) Callback(f interface{}) bool

func (ProducerNotInSchedule) Code

func (e ProducerNotInSchedule) Code() int64

func (ProducerNotInSchedule) DetailMessage

func (e ProducerNotInSchedule) DetailMessage() string

func (ProducerNotInSchedule) GetLog

func (e ProducerNotInSchedule) GetLog() log.Messages

func (ProducerNotInSchedule) MarshalJSON

func (e ProducerNotInSchedule) MarshalJSON() ([]byte, error)

func (ProducerNotInSchedule) Name

func (e ProducerNotInSchedule) Name() string

func (ProducerNotInSchedule) ProducerExceptions

func (ProducerNotInSchedule) ProducerExceptions()

func (ProducerNotInSchedule) String

func (e ProducerNotInSchedule) String() string

func (ProducerNotInSchedule) TopMessage

func (e ProducerNotInSchedule) TopMessage() string

func (ProducerNotInSchedule) What

func (e ProducerNotInSchedule) What() string

type ProducerPrivKeyNotFound

type ProducerPrivKeyNotFound struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewProducerPrivKeyNotFound

func NewProducerPrivKeyNotFound(parent _ProducerException, message log.Message) *ProducerPrivKeyNotFound

func (*ProducerPrivKeyNotFound) AppendLog

func (e *ProducerPrivKeyNotFound) AppendLog(l log.Message)

func (ProducerPrivKeyNotFound) Callback

func (e ProducerPrivKeyNotFound) Callback(f interface{}) bool

func (ProducerPrivKeyNotFound) Code

func (e ProducerPrivKeyNotFound) Code() int64

func (ProducerPrivKeyNotFound) DetailMessage

func (e ProducerPrivKeyNotFound) DetailMessage() string

func (ProducerPrivKeyNotFound) GetLog

func (ProducerPrivKeyNotFound) MarshalJSON

func (e ProducerPrivKeyNotFound) MarshalJSON() ([]byte, error)

func (ProducerPrivKeyNotFound) Name

func (ProducerPrivKeyNotFound) ProducerExceptions

func (ProducerPrivKeyNotFound) ProducerExceptions()

func (ProducerPrivKeyNotFound) String

func (e ProducerPrivKeyNotFound) String() string

func (ProducerPrivKeyNotFound) TopMessage

func (e ProducerPrivKeyNotFound) TopMessage() string

func (ProducerPrivKeyNotFound) What

type ProducerScheduleException

type ProducerScheduleException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewProducerScheduleException

func NewProducerScheduleException(parent _ProducerException, message log.Message) *ProducerScheduleException

func (*ProducerScheduleException) AppendLog

func (e *ProducerScheduleException) AppendLog(l log.Message)

func (ProducerScheduleException) Callback

func (e ProducerScheduleException) Callback(f interface{}) bool

func (ProducerScheduleException) Code

func (ProducerScheduleException) DetailMessage

func (e ProducerScheduleException) DetailMessage() string

func (ProducerScheduleException) GetLog

func (ProducerScheduleException) MarshalJSON

func (e ProducerScheduleException) MarshalJSON() ([]byte, error)

func (ProducerScheduleException) Name

func (ProducerScheduleException) ProducerExceptions

func (ProducerScheduleException) ProducerExceptions()

func (ProducerScheduleException) String

func (e ProducerScheduleException) String() string

func (ProducerScheduleException) TopMessage

func (e ProducerScheduleException) TopMessage() string

func (ProducerScheduleException) What

type PublicKeyTypeException

type PublicKeyTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewPublicKeyTypeException

func NewPublicKeyTypeException(parent _ChainException, message log.Message) *PublicKeyTypeException

func (*PublicKeyTypeException) AppendLog

func (e *PublicKeyTypeException) AppendLog(l log.Message)

func (PublicKeyTypeException) Callback

func (e PublicKeyTypeException) Callback(f interface{}) bool

func (PublicKeyTypeException) ChainExceptions

func (PublicKeyTypeException) ChainExceptions()

func (PublicKeyTypeException) Code

func (e PublicKeyTypeException) Code() int64

func (PublicKeyTypeException) DetailMessage

func (e PublicKeyTypeException) DetailMessage() string

func (PublicKeyTypeException) GetLog

func (e PublicKeyTypeException) GetLog() log.Messages

func (PublicKeyTypeException) MarshalJSON

func (e PublicKeyTypeException) MarshalJSON() ([]byte, error)

func (PublicKeyTypeException) Name

func (e PublicKeyTypeException) Name() string

func (PublicKeyTypeException) String

func (e PublicKeyTypeException) String() string

func (PublicKeyTypeException) TopMessage

func (e PublicKeyTypeException) TopMessage() string

func (PublicKeyTypeException) What

func (e PublicKeyTypeException) What() string

type RamUsageExceeded

type RamUsageExceeded struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewRamUsageExceeded

func NewRamUsageExceeded(parent _ResourceExhaustedException, message log.Message) *RamUsageExceeded

func (*RamUsageExceeded) AppendLog

func (e *RamUsageExceeded) AppendLog(l log.Message)

func (RamUsageExceeded) Callback

func (e RamUsageExceeded) Callback(f interface{}) bool

func (RamUsageExceeded) Code

func (e RamUsageExceeded) Code() int64

func (RamUsageExceeded) DetailMessage

func (e RamUsageExceeded) DetailMessage() string

func (RamUsageExceeded) GetLog

func (e RamUsageExceeded) GetLog() log.Messages

func (RamUsageExceeded) MarshalJSON

func (e RamUsageExceeded) MarshalJSON() ([]byte, error)

func (RamUsageExceeded) Name

func (e RamUsageExceeded) Name() string

func (RamUsageExceeded) ResourceExhaustedExceptions

func (RamUsageExceeded) ResourceExhaustedExceptions()

func (RamUsageExceeded) String

func (e RamUsageExceeded) String() string

func (RamUsageExceeded) TopMessage

func (e RamUsageExceeded) TopMessage() string

func (RamUsageExceeded) What

func (e RamUsageExceeded) What() string

type RateLimitingStateInconsistent

type RateLimitingStateInconsistent struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewRateLimitingStateInconsistent

func NewRateLimitingStateInconsistent(parent _MiscException, message log.Message) *RateLimitingStateInconsistent

func (*RateLimitingStateInconsistent) AppendLog

func (e *RateLimitingStateInconsistent) AppendLog(l log.Message)

func (RateLimitingStateInconsistent) Callback

func (e RateLimitingStateInconsistent) Callback(f interface{}) bool

func (RateLimitingStateInconsistent) Code

func (RateLimitingStateInconsistent) DetailMessage

func (e RateLimitingStateInconsistent) DetailMessage() string

func (RateLimitingStateInconsistent) GetLog

func (RateLimitingStateInconsistent) MarshalJSON

func (e RateLimitingStateInconsistent) MarshalJSON() ([]byte, error)

func (RateLimitingStateInconsistent) MiscExceptions

func (RateLimitingStateInconsistent) MiscExceptions()

func (RateLimitingStateInconsistent) Name

func (RateLimitingStateInconsistent) String

func (RateLimitingStateInconsistent) TopMessage

func (e RateLimitingStateInconsistent) TopMessage() string

func (RateLimitingStateInconsistent) What

type ResolvedToMultiplePorts

type ResolvedToMultiplePorts struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewResolvedToMultiplePorts

func NewResolvedToMultiplePorts(parent _HttpException, message log.Message) *ResolvedToMultiplePorts

func (*ResolvedToMultiplePorts) AppendLog

func (e *ResolvedToMultiplePorts) AppendLog(l log.Message)

func (ResolvedToMultiplePorts) Callback

func (e ResolvedToMultiplePorts) Callback(f interface{}) bool

func (ResolvedToMultiplePorts) Code

func (e ResolvedToMultiplePorts) Code() int64

func (ResolvedToMultiplePorts) DetailMessage

func (e ResolvedToMultiplePorts) DetailMessage() string

func (ResolvedToMultiplePorts) GetLog

func (ResolvedToMultiplePorts) HttpExceptions

func (ResolvedToMultiplePorts) HttpExceptions()

func (ResolvedToMultiplePorts) MarshalJSON

func (e ResolvedToMultiplePorts) MarshalJSON() ([]byte, error)

func (ResolvedToMultiplePorts) Name

func (ResolvedToMultiplePorts) String

func (e ResolvedToMultiplePorts) String() string

func (ResolvedToMultiplePorts) TopMessage

func (e ResolvedToMultiplePorts) TopMessage() string

func (ResolvedToMultiplePorts) What

type ResourceExhaustedException

type ResourceExhaustedException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewResourceExhaustedException

func NewResourceExhaustedException(parent _ResourceExhaustedException, message log.Message) *ResourceExhaustedException

func (*ResourceExhaustedException) AppendLog

func (e *ResourceExhaustedException) AppendLog(l log.Message)

func (ResourceExhaustedException) Callback

func (e ResourceExhaustedException) Callback(f interface{}) bool

func (ResourceExhaustedException) Code

func (ResourceExhaustedException) DetailMessage

func (e ResourceExhaustedException) DetailMessage() string

func (ResourceExhaustedException) GetLog

func (ResourceExhaustedException) MarshalJSON

func (e ResourceExhaustedException) MarshalJSON() ([]byte, error)

func (ResourceExhaustedException) Name

func (ResourceExhaustedException) ResourceExhaustedExceptions

func (ResourceExhaustedException) ResourceExhaustedExceptions()

func (ResourceExhaustedException) String

func (ResourceExhaustedException) TopMessage

func (e ResourceExhaustedException) TopMessage() string

func (ResourceExhaustedException) What

type ResourceExhaustedExceptions

type ResourceExhaustedExceptions interface {
	ChainExceptions
	ResourceExhaustedExceptions()
}

*

  • resource_exhausted_exception

type ResourceLimitException

type ResourceLimitException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewResourceLimitException

func NewResourceLimitException(parent _ResourceLimitException, message log.Message) *ResourceLimitException

func (*ResourceLimitException) AppendLog

func (e *ResourceLimitException) AppendLog(l log.Message)

func (ResourceLimitException) Callback

func (e ResourceLimitException) Callback(f interface{}) bool

func (ResourceLimitException) Code

func (e ResourceLimitException) Code() int64

func (ResourceLimitException) DetailMessage

func (e ResourceLimitException) DetailMessage() string

func (ResourceLimitException) GetLog

func (e ResourceLimitException) GetLog() log.Messages

func (ResourceLimitException) MarshalJSON

func (e ResourceLimitException) MarshalJSON() ([]byte, error)

func (ResourceLimitException) Name

func (e ResourceLimitException) Name() string

func (ResourceLimitException) ResourceLimitExceptions

func (ResourceLimitException) ResourceLimitExceptions()

func (ResourceLimitException) String

func (e ResourceLimitException) String() string

func (ResourceLimitException) TopMessage

func (e ResourceLimitException) TopMessage() string

func (ResourceLimitException) What

func (e ResourceLimitException) What() string

type ResourceLimitExceptions

type ResourceLimitExceptions interface {
	ChainExceptions
	ResourceLimitExceptions()
}

*

  • resource_limit_exception

type ReversibleBlocksBackupDirExist

type ReversibleBlocksBackupDirExist struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewReversibleBlocksBackupDirExist

func NewReversibleBlocksBackupDirExist(parent _ReversibleBlocksException, message log.Message) *ReversibleBlocksBackupDirExist

func (*ReversibleBlocksBackupDirExist) AppendLog

func (e *ReversibleBlocksBackupDirExist) AppendLog(l log.Message)

func (ReversibleBlocksBackupDirExist) Callback

func (e ReversibleBlocksBackupDirExist) Callback(f interface{}) bool

func (ReversibleBlocksBackupDirExist) Code

func (ReversibleBlocksBackupDirExist) DetailMessage

func (e ReversibleBlocksBackupDirExist) DetailMessage() string

func (ReversibleBlocksBackupDirExist) GetLog

func (ReversibleBlocksBackupDirExist) MarshalJSON

func (e ReversibleBlocksBackupDirExist) MarshalJSON() ([]byte, error)

func (ReversibleBlocksBackupDirExist) Name

func (ReversibleBlocksBackupDirExist) ReversibleBlocksExceptions

func (ReversibleBlocksBackupDirExist) ReversibleBlocksExceptions()

func (ReversibleBlocksBackupDirExist) String

func (ReversibleBlocksBackupDirExist) TopMessage

func (e ReversibleBlocksBackupDirExist) TopMessage() string

func (ReversibleBlocksBackupDirExist) What

type ReversibleBlocksException

type ReversibleBlocksException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewReversibleBlocksException

func NewReversibleBlocksException(parent _ReversibleBlocksException, message log.Message) *ReversibleBlocksException

func (*ReversibleBlocksException) AppendLog

func (e *ReversibleBlocksException) AppendLog(l log.Message)

func (ReversibleBlocksException) Callback

func (e ReversibleBlocksException) Callback(f interface{}) bool

func (ReversibleBlocksException) Code

func (ReversibleBlocksException) DetailMessage

func (e ReversibleBlocksException) DetailMessage() string

func (ReversibleBlocksException) GetLog

func (ReversibleBlocksException) MarshalJSON

func (e ReversibleBlocksException) MarshalJSON() ([]byte, error)

func (ReversibleBlocksException) Name

func (ReversibleBlocksException) ReversibleBlocksExceptions

func (ReversibleBlocksException) ReversibleBlocksExceptions()

func (ReversibleBlocksException) String

func (e ReversibleBlocksException) String() string

func (ReversibleBlocksException) TopMessage

func (e ReversibleBlocksException) TopMessage() string

func (ReversibleBlocksException) What

type ReversibleBlocksExceptions

type ReversibleBlocksExceptions interface {
	ChainExceptions
	ReversibleBlocksExceptions()
}

*

  • reversible_blocks_exception

type ReversibleGuardException

type ReversibleGuardException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewReversibleGuardException

func NewReversibleGuardException(parent _GuardException, message log.Message) *ReversibleGuardException

func (*ReversibleGuardException) AppendLog

func (e *ReversibleGuardException) AppendLog(l log.Message)

func (ReversibleGuardException) Callback

func (e ReversibleGuardException) Callback(f interface{}) bool

func (ReversibleGuardException) Code

func (ReversibleGuardException) DetailMessage

func (e ReversibleGuardException) DetailMessage() string

func (ReversibleGuardException) GetLog

func (ReversibleGuardException) GuardExceptions

func (ReversibleGuardException) GuardExceptions()

func (ReversibleGuardException) MarshalJSON

func (e ReversibleGuardException) MarshalJSON() ([]byte, error)

func (ReversibleGuardException) Name

func (ReversibleGuardException) String

func (e ReversibleGuardException) String() string

func (ReversibleGuardException) TopMessage

func (e ReversibleGuardException) TopMessage() string

func (ReversibleGuardException) What

type SecureEnclaveException

type SecureEnclaveException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewSecureEnclaveException

func NewSecureEnclaveException(parent _WalletException, message log.Message) *SecureEnclaveException

func (*SecureEnclaveException) AppendLog

func (e *SecureEnclaveException) AppendLog(l log.Message)

func (SecureEnclaveException) Callback

func (e SecureEnclaveException) Callback(f interface{}) bool

func (SecureEnclaveException) Code

func (e SecureEnclaveException) Code() int64

func (SecureEnclaveException) DetailMessage

func (e SecureEnclaveException) DetailMessage() string

func (SecureEnclaveException) GetLog

func (e SecureEnclaveException) GetLog() log.Messages

func (SecureEnclaveException) MarshalJSON

func (e SecureEnclaveException) MarshalJSON() ([]byte, error)

func (SecureEnclaveException) Name

func (e SecureEnclaveException) Name() string

func (SecureEnclaveException) String

func (e SecureEnclaveException) String() string

func (SecureEnclaveException) TopMessage

func (e SecureEnclaveException) TopMessage() string

func (SecureEnclaveException) WalletExceptions

func (SecureEnclaveException) WalletExceptions()

func (SecureEnclaveException) What

func (e SecureEnclaveException) What() string

type SetExactCode

type SetExactCode struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewSetExactCode

func NewSetExactCode(parent _ContractException, message log.Message) *SetExactCode

func (*SetExactCode) AppendLog

func (e *SetExactCode) AppendLog(l log.Message)

func (SetExactCode) Callback

func (e SetExactCode) Callback(f interface{}) bool

func (SetExactCode) Code

func (e SetExactCode) Code() int64

func (SetExactCode) ContractExceptions

func (SetExactCode) ContractExceptions()

func (SetExactCode) DetailMessage

func (e SetExactCode) DetailMessage() string

func (SetExactCode) GetLog

func (e SetExactCode) GetLog() log.Messages

func (SetExactCode) MarshalJSON

func (e SetExactCode) MarshalJSON() ([]byte, error)

func (SetExactCode) Name

func (e SetExactCode) Name() string

func (SetExactCode) String

func (e SetExactCode) String() string

func (SetExactCode) TopMessage

func (e SetExactCode) TopMessage() string

func (SetExactCode) What

func (e SetExactCode) What() string

type StdException

type StdException struct {
	Exception
	Elog log.Messages
}

func NewStdException

func NewStdException(parent Exception, message log.Message) *StdException

func (*StdException) AppendLog

func (e *StdException) AppendLog(l log.Message)

func (StdException) Callback

func (e StdException) Callback(f interface{}) bool

func (StdException) Code

func (e StdException) Code() int64

func (StdException) DetailMessage

func (e StdException) DetailMessage() string

func (StdException) GetLog

func (e StdException) GetLog() log.Messages

func (StdException) MarshalJSON

func (e StdException) MarshalJSON() ([]byte, error)

func (StdException) Name

func (e StdException) Name() string

func (StdException) String

func (e StdException) String() string

func (StdException) TopMessage

func (e StdException) TopMessage() string

func (StdException) What

func (e StdException) What() string

type SubjectiveBlockProductionException

type SubjectiveBlockProductionException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewSubjectiveBlockProductionException

func NewSubjectiveBlockProductionException(parent _MiscException, message log.Message) *SubjectiveBlockProductionException

func (*SubjectiveBlockProductionException) AppendLog

func (SubjectiveBlockProductionException) Callback

func (e SubjectiveBlockProductionException) Callback(f interface{}) bool

func (SubjectiveBlockProductionException) Code

func (SubjectiveBlockProductionException) DetailMessage

func (e SubjectiveBlockProductionException) DetailMessage() string

func (SubjectiveBlockProductionException) GetLog

func (SubjectiveBlockProductionException) MarshalJSON

func (e SubjectiveBlockProductionException) MarshalJSON() ([]byte, error)

func (SubjectiveBlockProductionException) MiscExceptions

func (SubjectiveBlockProductionException) MiscExceptions()

func (SubjectiveBlockProductionException) Name

func (SubjectiveBlockProductionException) String

func (SubjectiveBlockProductionException) TopMessage

func (SubjectiveBlockProductionException) What

type SymbolTypeException

type SymbolTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewSymbolTypeException

func NewSymbolTypeException(parent _ChainException, message log.Message) *SymbolTypeException

func (*SymbolTypeException) AppendLog

func (e *SymbolTypeException) AppendLog(l log.Message)

func (SymbolTypeException) Callback

func (e SymbolTypeException) Callback(f interface{}) bool

func (SymbolTypeException) ChainExceptions

func (SymbolTypeException) ChainExceptions()

func (SymbolTypeException) Code

func (e SymbolTypeException) Code() int64

func (SymbolTypeException) DetailMessage

func (e SymbolTypeException) DetailMessage() string

func (SymbolTypeException) GetLog

func (e SymbolTypeException) GetLog() log.Messages

func (SymbolTypeException) MarshalJSON

func (e SymbolTypeException) MarshalJSON() ([]byte, error)

func (SymbolTypeException) Name

func (e SymbolTypeException) Name() string

func (SymbolTypeException) String

func (e SymbolTypeException) String() string

func (SymbolTypeException) TopMessage

func (e SymbolTypeException) TopMessage() string

func (SymbolTypeException) What

func (e SymbolTypeException) What() string

type TableAccessViolation

type TableAccessViolation struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTableAccessViolation

func NewTableAccessViolation(parent _ContractException, message log.Message) *TableAccessViolation

func (*TableAccessViolation) AppendLog

func (e *TableAccessViolation) AppendLog(l log.Message)

func (TableAccessViolation) Callback

func (e TableAccessViolation) Callback(f interface{}) bool

func (TableAccessViolation) Code

func (e TableAccessViolation) Code() int64

func (TableAccessViolation) ContractExceptions

func (TableAccessViolation) ContractExceptions()

func (TableAccessViolation) DetailMessage

func (e TableAccessViolation) DetailMessage() string

func (TableAccessViolation) GetLog

func (e TableAccessViolation) GetLog() log.Messages

func (TableAccessViolation) MarshalJSON

func (e TableAccessViolation) MarshalJSON() ([]byte, error)

func (TableAccessViolation) Name

func (e TableAccessViolation) Name() string

func (TableAccessViolation) String

func (e TableAccessViolation) String() string

func (TableAccessViolation) TopMessage

func (e TableAccessViolation) TopMessage() string

func (TableAccessViolation) What

func (e TableAccessViolation) What() string

type TableNotInCache

type TableNotInCache struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTableNotInCache

func NewTableNotInCache(parent _ContractException, message log.Message) *TableNotInCache

func (*TableNotInCache) AppendLog

func (e *TableNotInCache) AppendLog(l log.Message)

func (TableNotInCache) Callback

func (e TableNotInCache) Callback(f interface{}) bool

func (TableNotInCache) Code

func (e TableNotInCache) Code() int64

func (TableNotInCache) ContractExceptions

func (TableNotInCache) ContractExceptions()

func (TableNotInCache) DetailMessage

func (e TableNotInCache) DetailMessage() string

func (TableNotInCache) GetLog

func (e TableNotInCache) GetLog() log.Messages

func (TableNotInCache) MarshalJSON

func (e TableNotInCache) MarshalJSON() ([]byte, error)

func (TableNotInCache) Name

func (e TableNotInCache) Name() string

func (TableNotInCache) String

func (e TableNotInCache) String() string

func (TableNotInCache) TopMessage

func (e TableNotInCache) TopMessage() string

func (TableNotInCache) What

func (e TableNotInCache) What() string

type TableOperationNotPermitted

type TableOperationNotPermitted struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTableOperationNotPermitted

func NewTableOperationNotPermitted(parent _ContractException, message log.Message) *TableOperationNotPermitted

func (*TableOperationNotPermitted) AppendLog

func (e *TableOperationNotPermitted) AppendLog(l log.Message)

func (TableOperationNotPermitted) Callback

func (e TableOperationNotPermitted) Callback(f interface{}) bool

func (TableOperationNotPermitted) Code

func (TableOperationNotPermitted) ContractExceptions

func (TableOperationNotPermitted) ContractExceptions()

func (TableOperationNotPermitted) DetailMessage

func (e TableOperationNotPermitted) DetailMessage() string

func (TableOperationNotPermitted) GetLog

func (TableOperationNotPermitted) MarshalJSON

func (e TableOperationNotPermitted) MarshalJSON() ([]byte, error)

func (TableOperationNotPermitted) Name

func (TableOperationNotPermitted) String

func (TableOperationNotPermitted) TopMessage

func (e TableOperationNotPermitted) TopMessage() string

func (TableOperationNotPermitted) What

type TimeoutException

type TimeoutException struct {
	Exception
	Elog log.Messages
}

func NewTimeoutException

func NewTimeoutException(parent Exception, message log.Message) *TimeoutException

func (*TimeoutException) AppendLog

func (e *TimeoutException) AppendLog(l log.Message)

func (TimeoutException) Callback

func (e TimeoutException) Callback(f interface{}) bool

func (TimeoutException) Code

func (e TimeoutException) Code() int64

func (TimeoutException) DetailMessage

func (e TimeoutException) DetailMessage() string

func (TimeoutException) GetLog

func (e TimeoutException) GetLog() log.Messages

func (TimeoutException) MarshalJSON

func (e TimeoutException) MarshalJSON() ([]byte, error)

func (TimeoutException) Name

func (e TimeoutException) Name() string

func (TimeoutException) String

func (e TimeoutException) String() string

func (TimeoutException) TopMessage

func (e TimeoutException) TopMessage() string

func (TimeoutException) What

func (e TimeoutException) What() string

type TooManyTxAtOnce

type TooManyTxAtOnce struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTooManyTxAtOnce

func NewTooManyTxAtOnce(parent _TransactionException, message log.Message) *TooManyTxAtOnce

func (*TooManyTxAtOnce) AppendLog

func (e *TooManyTxAtOnce) AppendLog(l log.Message)

func (TooManyTxAtOnce) Callback

func (e TooManyTxAtOnce) Callback(f interface{}) bool

func (TooManyTxAtOnce) Code

func (e TooManyTxAtOnce) Code() int64

func (TooManyTxAtOnce) DetailMessage

func (e TooManyTxAtOnce) DetailMessage() string

func (TooManyTxAtOnce) GetLog

func (e TooManyTxAtOnce) GetLog() log.Messages

func (TooManyTxAtOnce) MarshalJSON

func (e TooManyTxAtOnce) MarshalJSON() ([]byte, error)

func (TooManyTxAtOnce) Name

func (e TooManyTxAtOnce) Name() string

func (TooManyTxAtOnce) String

func (e TooManyTxAtOnce) String() string

func (TooManyTxAtOnce) TopMessage

func (e TooManyTxAtOnce) TopMessage() string

func (TooManyTxAtOnce) TransactionExceptions

func (TooManyTxAtOnce) TransactionExceptions()

func (TooManyTxAtOnce) What

func (e TooManyTxAtOnce) What() string

type TransactionException

type TransactionException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTransactionException

func NewTransactionException(parent _TransactionException, message log.Message) *TransactionException

func (*TransactionException) AppendLog

func (e *TransactionException) AppendLog(l log.Message)

func (TransactionException) Callback

func (e TransactionException) Callback(f interface{}) bool

func (TransactionException) Code

func (e TransactionException) Code() int64

func (TransactionException) DetailMessage

func (e TransactionException) DetailMessage() string

func (TransactionException) GetLog

func (e TransactionException) GetLog() log.Messages

func (TransactionException) MarshalJSON

func (e TransactionException) MarshalJSON() ([]byte, error)

func (TransactionException) Name

func (e TransactionException) Name() string

func (TransactionException) String

func (e TransactionException) String() string

func (TransactionException) TopMessage

func (e TransactionException) TopMessage() string

func (TransactionException) TransactionExceptions

func (TransactionException) TransactionExceptions()

func (TransactionException) What

func (e TransactionException) What() string

type TransactionExceptions

type TransactionExceptions interface {
	ChainExceptions
	TransactionExceptions()
}

*

  • transaction_exception

type TransactionIdTypeException

type TransactionIdTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTransactionIdTypeException

func NewTransactionIdTypeException(parent _ChainException, message log.Message) *TransactionIdTypeException

func (*TransactionIdTypeException) AppendLog

func (e *TransactionIdTypeException) AppendLog(l log.Message)

func (TransactionIdTypeException) Callback

func (e TransactionIdTypeException) Callback(f interface{}) bool

func (TransactionIdTypeException) ChainExceptions

func (TransactionIdTypeException) ChainExceptions()

func (TransactionIdTypeException) Code

func (TransactionIdTypeException) DetailMessage

func (e TransactionIdTypeException) DetailMessage() string

func (TransactionIdTypeException) GetLog

func (TransactionIdTypeException) MarshalJSON

func (e TransactionIdTypeException) MarshalJSON() ([]byte, error)

func (TransactionIdTypeException) Name

func (TransactionIdTypeException) String

func (TransactionIdTypeException) TopMessage

func (e TransactionIdTypeException) TopMessage() string

func (TransactionIdTypeException) What

type TransactionTypeException

type TransactionTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTransactionTypeException

func NewTransactionTypeException(parent _ChainException, message log.Message) *TransactionTypeException

func (*TransactionTypeException) AppendLog

func (e *TransactionTypeException) AppendLog(l log.Message)

func (TransactionTypeException) Callback

func (e TransactionTypeException) Callback(f interface{}) bool

func (TransactionTypeException) ChainExceptions

func (TransactionTypeException) ChainExceptions()

func (TransactionTypeException) Code

func (TransactionTypeException) DetailMessage

func (e TransactionTypeException) DetailMessage() string

func (TransactionTypeException) GetLog

func (TransactionTypeException) MarshalJSON

func (e TransactionTypeException) MarshalJSON() ([]byte, error)

func (TransactionTypeException) Name

func (TransactionTypeException) String

func (e TransactionTypeException) String() string

func (TransactionTypeException) TopMessage

func (e TransactionTypeException) TopMessage() string

func (TransactionTypeException) What

type TxCpuUsageExceeded

type TxCpuUsageExceeded struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTxCpuUsageExceeded

func NewTxCpuUsageExceeded(parent _ResourceExhaustedException, message log.Message) *TxCpuUsageExceeded

func (*TxCpuUsageExceeded) AppendLog

func (e *TxCpuUsageExceeded) AppendLog(l log.Message)

func (TxCpuUsageExceeded) Callback

func (e TxCpuUsageExceeded) Callback(f interface{}) bool

func (TxCpuUsageExceeded) Code

func (e TxCpuUsageExceeded) Code() int64

func (TxCpuUsageExceeded) DetailMessage

func (e TxCpuUsageExceeded) DetailMessage() string

func (TxCpuUsageExceeded) GetLog

func (e TxCpuUsageExceeded) GetLog() log.Messages

func (TxCpuUsageExceeded) MarshalJSON

func (e TxCpuUsageExceeded) MarshalJSON() ([]byte, error)

func (TxCpuUsageExceeded) Name

func (e TxCpuUsageExceeded) Name() string

func (TxCpuUsageExceeded) ResourceExhaustedExceptions

func (TxCpuUsageExceeded) ResourceExhaustedExceptions()

func (TxCpuUsageExceeded) String

func (e TxCpuUsageExceeded) String() string

func (TxCpuUsageExceeded) TopMessage

func (e TxCpuUsageExceeded) TopMessage() string

func (TxCpuUsageExceeded) What

func (e TxCpuUsageExceeded) What() string

type TxDecompressionError

type TxDecompressionError struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTxDecompressionError

func NewTxDecompressionError(parent _TransactionException, message log.Message) *TxDecompressionError

func (*TxDecompressionError) AppendLog

func (e *TxDecompressionError) AppendLog(l log.Message)

func (TxDecompressionError) Callback

func (e TxDecompressionError) Callback(f interface{}) bool

func (TxDecompressionError) Code

func (e TxDecompressionError) Code() int64

func (TxDecompressionError) DetailMessage

func (e TxDecompressionError) DetailMessage() string

func (TxDecompressionError) GetLog

func (e TxDecompressionError) GetLog() log.Messages

func (TxDecompressionError) MarshalJSON

func (e TxDecompressionError) MarshalJSON() ([]byte, error)

func (TxDecompressionError) Name

func (e TxDecompressionError) Name() string

func (TxDecompressionError) String

func (e TxDecompressionError) String() string

func (TxDecompressionError) TopMessage

func (e TxDecompressionError) TopMessage() string

func (TxDecompressionError) TransactionExceptions

func (TxDecompressionError) TransactionExceptions()

func (TxDecompressionError) What

func (e TxDecompressionError) What() string

type TxDuplicate

type TxDuplicate struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTxDuplicate

func NewTxDuplicate(parent _TransactionException, message log.Message) *TxDuplicate

func (*TxDuplicate) AppendLog

func (e *TxDuplicate) AppendLog(l log.Message)

func (TxDuplicate) Callback

func (e TxDuplicate) Callback(f interface{}) bool

func (TxDuplicate) Code

func (e TxDuplicate) Code() int64

func (TxDuplicate) DetailMessage

func (e TxDuplicate) DetailMessage() string

func (TxDuplicate) GetLog

func (e TxDuplicate) GetLog() log.Messages

func (TxDuplicate) MarshalJSON

func (e TxDuplicate) MarshalJSON() ([]byte, error)

func (TxDuplicate) Name

func (e TxDuplicate) Name() string

func (TxDuplicate) String

func (e TxDuplicate) String() string

func (TxDuplicate) TopMessage

func (e TxDuplicate) TopMessage() string

func (TxDuplicate) TransactionExceptions

func (TxDuplicate) TransactionExceptions()

func (TxDuplicate) What

func (e TxDuplicate) What() string

type TxDuplicateSig

type TxDuplicateSig struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTxDuplicateSig

func NewTxDuplicateSig(parent _AuthorizationException, message log.Message) *TxDuplicateSig

func (*TxDuplicateSig) AppendLog

func (e *TxDuplicateSig) AppendLog(l log.Message)

func (TxDuplicateSig) AuthorizationExceptions

func (TxDuplicateSig) AuthorizationExceptions()

func (TxDuplicateSig) Callback

func (e TxDuplicateSig) Callback(f interface{}) bool

func (TxDuplicateSig) Code

func (e TxDuplicateSig) Code() int64

func (TxDuplicateSig) DetailMessage

func (e TxDuplicateSig) DetailMessage() string

func (TxDuplicateSig) GetLog

func (e TxDuplicateSig) GetLog() log.Messages

func (TxDuplicateSig) MarshalJSON

func (e TxDuplicateSig) MarshalJSON() ([]byte, error)

func (TxDuplicateSig) Name

func (e TxDuplicateSig) Name() string

func (TxDuplicateSig) String

func (e TxDuplicateSig) String() string

func (TxDuplicateSig) TopMessage

func (e TxDuplicateSig) TopMessage() string

func (TxDuplicateSig) What

func (e TxDuplicateSig) What() string

type TxExpTooFarException

type TxExpTooFarException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTxExpTooFarException

func NewTxExpTooFarException(parent _TransactionException, message log.Message) *TxExpTooFarException

func (*TxExpTooFarException) AppendLog

func (e *TxExpTooFarException) AppendLog(l log.Message)

func (TxExpTooFarException) Callback

func (e TxExpTooFarException) Callback(f interface{}) bool

func (TxExpTooFarException) Code

func (e TxExpTooFarException) Code() int64

func (TxExpTooFarException) DetailMessage

func (e TxExpTooFarException) DetailMessage() string

func (TxExpTooFarException) GetLog

func (e TxExpTooFarException) GetLog() log.Messages

func (TxExpTooFarException) MarshalJSON

func (e TxExpTooFarException) MarshalJSON() ([]byte, error)

func (TxExpTooFarException) Name

func (e TxExpTooFarException) Name() string

func (TxExpTooFarException) String

func (e TxExpTooFarException) String() string

func (TxExpTooFarException) TopMessage

func (e TxExpTooFarException) TopMessage() string

func (TxExpTooFarException) TransactionExceptions

func (TxExpTooFarException) TransactionExceptions()

func (TxExpTooFarException) What

func (e TxExpTooFarException) What() string

type TxIrrelevantSig

type TxIrrelevantSig struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTxIrrelevantSig

func NewTxIrrelevantSig(parent _AuthorizationException, message log.Message) *TxIrrelevantSig

func (*TxIrrelevantSig) AppendLog

func (e *TxIrrelevantSig) AppendLog(l log.Message)

func (TxIrrelevantSig) AuthorizationExceptions

func (TxIrrelevantSig) AuthorizationExceptions()

func (TxIrrelevantSig) Callback

func (e TxIrrelevantSig) Callback(f interface{}) bool

func (TxIrrelevantSig) Code

func (e TxIrrelevantSig) Code() int64

func (TxIrrelevantSig) DetailMessage

func (e TxIrrelevantSig) DetailMessage() string

func (TxIrrelevantSig) GetLog

func (e TxIrrelevantSig) GetLog() log.Messages

func (TxIrrelevantSig) MarshalJSON

func (e TxIrrelevantSig) MarshalJSON() ([]byte, error)

func (TxIrrelevantSig) Name

func (e TxIrrelevantSig) Name() string

func (TxIrrelevantSig) String

func (e TxIrrelevantSig) String() string

func (TxIrrelevantSig) TopMessage

func (e TxIrrelevantSig) TopMessage() string

func (TxIrrelevantSig) What

func (e TxIrrelevantSig) What() string

type TxNetUsageExceeded

type TxNetUsageExceeded struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTxNetUsageExceeded

func NewTxNetUsageExceeded(parent _ResourceExhaustedException, message log.Message) *TxNetUsageExceeded

func (*TxNetUsageExceeded) AppendLog

func (e *TxNetUsageExceeded) AppendLog(l log.Message)

func (TxNetUsageExceeded) Callback

func (e TxNetUsageExceeded) Callback(f interface{}) bool

func (TxNetUsageExceeded) Code

func (e TxNetUsageExceeded) Code() int64

func (TxNetUsageExceeded) DetailMessage

func (e TxNetUsageExceeded) DetailMessage() string

func (TxNetUsageExceeded) GetLog

func (e TxNetUsageExceeded) GetLog() log.Messages

func (TxNetUsageExceeded) MarshalJSON

func (e TxNetUsageExceeded) MarshalJSON() ([]byte, error)

func (TxNetUsageExceeded) Name

func (e TxNetUsageExceeded) Name() string

func (TxNetUsageExceeded) ResourceExhaustedExceptions

func (TxNetUsageExceeded) ResourceExhaustedExceptions()

func (TxNetUsageExceeded) String

func (e TxNetUsageExceeded) String() string

func (TxNetUsageExceeded) TopMessage

func (e TxNetUsageExceeded) TopMessage() string

func (TxNetUsageExceeded) What

func (e TxNetUsageExceeded) What() string

type TxNoAction

type TxNoAction struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTxNoAction

func NewTxNoAction(parent _TransactionException, message log.Message) *TxNoAction

func (*TxNoAction) AppendLog

func (e *TxNoAction) AppendLog(l log.Message)

func (TxNoAction) Callback

func (e TxNoAction) Callback(f interface{}) bool

func (TxNoAction) Code

func (e TxNoAction) Code() int64

func (TxNoAction) DetailMessage

func (e TxNoAction) DetailMessage() string

func (TxNoAction) GetLog

func (e TxNoAction) GetLog() log.Messages

func (TxNoAction) MarshalJSON

func (e TxNoAction) MarshalJSON() ([]byte, error)

func (TxNoAction) Name

func (e TxNoAction) Name() string

func (TxNoAction) String

func (e TxNoAction) String() string

func (TxNoAction) TopMessage

func (e TxNoAction) TopMessage() string

func (TxNoAction) TransactionExceptions

func (TxNoAction) TransactionExceptions()

func (TxNoAction) What

func (e TxNoAction) What() string

type TxNoAuths

type TxNoAuths struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTxNoAuths

func NewTxNoAuths(parent _TransactionException, message log.Message) *TxNoAuths

func (*TxNoAuths) AppendLog

func (e *TxNoAuths) AppendLog(l log.Message)

func (TxNoAuths) Callback

func (e TxNoAuths) Callback(f interface{}) bool

func (TxNoAuths) Code

func (e TxNoAuths) Code() int64

func (TxNoAuths) DetailMessage

func (e TxNoAuths) DetailMessage() string

func (TxNoAuths) GetLog

func (e TxNoAuths) GetLog() log.Messages

func (TxNoAuths) MarshalJSON

func (e TxNoAuths) MarshalJSON() ([]byte, error)

func (TxNoAuths) Name

func (e TxNoAuths) Name() string

func (TxNoAuths) String

func (e TxNoAuths) String() string

func (TxNoAuths) TopMessage

func (e TxNoAuths) TopMessage() string

func (TxNoAuths) TransactionExceptions

func (TxNoAuths) TransactionExceptions()

func (TxNoAuths) What

func (e TxNoAuths) What() string

type TxNotFound

type TxNotFound struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTxNotFound

func NewTxNotFound(parent _TransactionException, message log.Message) *TxNotFound

func (*TxNotFound) AppendLog

func (e *TxNotFound) AppendLog(l log.Message)

func (TxNotFound) Callback

func (e TxNotFound) Callback(f interface{}) bool

func (TxNotFound) Code

func (e TxNotFound) Code() int64

func (TxNotFound) DetailMessage

func (e TxNotFound) DetailMessage() string

func (TxNotFound) GetLog

func (e TxNotFound) GetLog() log.Messages

func (TxNotFound) MarshalJSON

func (e TxNotFound) MarshalJSON() ([]byte, error)

func (TxNotFound) Name

func (e TxNotFound) Name() string

func (TxNotFound) String

func (e TxNotFound) String() string

func (TxNotFound) TopMessage

func (e TxNotFound) TopMessage() string

func (TxNotFound) TransactionExceptions

func (TxNotFound) TransactionExceptions()

func (TxNotFound) What

func (e TxNotFound) What() string

type TxTooBig

type TxTooBig struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewTxTooBig

func NewTxTooBig(parent _TransactionException, message log.Message) *TxTooBig

func (*TxTooBig) AppendLog

func (e *TxTooBig) AppendLog(l log.Message)

func (TxTooBig) Callback

func (e TxTooBig) Callback(f interface{}) bool

func (TxTooBig) Code

func (e TxTooBig) Code() int64

func (TxTooBig) DetailMessage

func (e TxTooBig) DetailMessage() string

func (TxTooBig) GetLog

func (e TxTooBig) GetLog() log.Messages

func (TxTooBig) MarshalJSON

func (e TxTooBig) MarshalJSON() ([]byte, error)

func (TxTooBig) Name

func (e TxTooBig) Name() string

func (TxTooBig) String

func (e TxTooBig) String() string

func (TxTooBig) TopMessage

func (e TxTooBig) TopMessage() string

func (TxTooBig) TransactionExceptions

func (TxTooBig) TransactionExceptions()

func (TxTooBig) What

func (e TxTooBig) What() string

type UdtException

type UdtException struct {
	Exception
	Elog log.Messages
}

func NewUdtException

func NewUdtException(parent Exception, message log.Message) *UdtException

func (*UdtException) AppendLog

func (e *UdtException) AppendLog(l log.Message)

func (UdtException) Callback

func (e UdtException) Callback(f interface{}) bool

func (UdtException) Code

func (e UdtException) Code() int64

func (UdtException) DetailMessage

func (e UdtException) DetailMessage() string

func (UdtException) GetLog

func (e UdtException) GetLog() log.Messages

func (UdtException) MarshalJSON

func (e UdtException) MarshalJSON() ([]byte, error)

func (UdtException) Name

func (e UdtException) Name() string

func (UdtException) String

func (e UdtException) String() string

func (UdtException) TopMessage

func (e UdtException) TopMessage() string

func (UdtException) What

func (e UdtException) What() string

type UnHandledException

type UnHandledException struct {
	Exception
	Elog log.Messages
}

func NewUnHandledException

func NewUnHandledException(parent Exception, message log.Message) *UnHandledException

func (*UnHandledException) AppendLog

func (e *UnHandledException) AppendLog(l log.Message)

func (UnHandledException) Callback

func (e UnHandledException) Callback(f interface{}) bool

func (UnHandledException) Code

func (e UnHandledException) Code() int64

func (UnHandledException) DetailMessage

func (e UnHandledException) DetailMessage() string

func (UnHandledException) GetLog

func (e UnHandledException) GetLog() log.Messages

func (UnHandledException) MarshalJSON

func (e UnHandledException) MarshalJSON() ([]byte, error)

func (UnHandledException) Name

func (e UnHandledException) Name() string

func (UnHandledException) String

func (e UnHandledException) String() string

func (UnHandledException) TopMessage

func (e UnHandledException) TopMessage() string

func (UnHandledException) What

func (e UnHandledException) What() string

type UnaccessibleApi

type UnaccessibleApi struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewUnaccessibleApi

func NewUnaccessibleApi(parent _ActionValidateException, message log.Message) *UnaccessibleApi

func (UnaccessibleApi) ActionValidateExceptions

func (UnaccessibleApi) ActionValidateExceptions()

func (*UnaccessibleApi) AppendLog

func (e *UnaccessibleApi) AppendLog(l log.Message)

func (UnaccessibleApi) Callback

func (e UnaccessibleApi) Callback(f interface{}) bool

func (UnaccessibleApi) Code

func (e UnaccessibleApi) Code() int64

func (UnaccessibleApi) DetailMessage

func (e UnaccessibleApi) DetailMessage() string

func (UnaccessibleApi) GetLog

func (e UnaccessibleApi) GetLog() log.Messages

func (UnaccessibleApi) MarshalJSON

func (e UnaccessibleApi) MarshalJSON() ([]byte, error)

func (UnaccessibleApi) Name

func (e UnaccessibleApi) Name() string

func (UnaccessibleApi) String

func (e UnaccessibleApi) String() string

func (UnaccessibleApi) TopMessage

func (e UnaccessibleApi) TopMessage() string

func (UnaccessibleApi) What

func (e UnaccessibleApi) What() string

type UnderflowException

type UnderflowException struct {
	Exception
	Elog log.Messages
}

func NewUnderflowException

func NewUnderflowException(parent Exception, message log.Message) *UnderflowException

func (*UnderflowException) AppendLog

func (e *UnderflowException) AppendLog(l log.Message)

func (UnderflowException) Callback

func (e UnderflowException) Callback(f interface{}) bool

func (UnderflowException) Code

func (e UnderflowException) Code() int64

func (UnderflowException) DetailMessage

func (e UnderflowException) DetailMessage() string

func (UnderflowException) GetLog

func (e UnderflowException) GetLog() log.Messages

func (UnderflowException) MarshalJSON

func (e UnderflowException) MarshalJSON() ([]byte, error)

func (UnderflowException) Name

func (e UnderflowException) Name() string

func (UnderflowException) String

func (e UnderflowException) String() string

func (UnderflowException) TopMessage

func (e UnderflowException) TopMessage() string

func (UnderflowException) What

func (e UnderflowException) What() string

type UnknownBlockException

type UnknownBlockException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewUnknownBlockException

func NewUnknownBlockException(parent _MiscException, message log.Message) *UnknownBlockException

func (*UnknownBlockException) AppendLog

func (e *UnknownBlockException) AppendLog(l log.Message)

func (UnknownBlockException) Callback

func (e UnknownBlockException) Callback(f interface{}) bool

func (UnknownBlockException) Code

func (e UnknownBlockException) Code() int64

func (UnknownBlockException) DetailMessage

func (e UnknownBlockException) DetailMessage() string

func (UnknownBlockException) GetLog

func (e UnknownBlockException) GetLog() log.Messages

func (UnknownBlockException) MarshalJSON

func (e UnknownBlockException) MarshalJSON() ([]byte, error)

func (UnknownBlockException) MiscExceptions

func (UnknownBlockException) MiscExceptions()

func (UnknownBlockException) Name

func (e UnknownBlockException) Name() string

func (UnknownBlockException) String

func (e UnknownBlockException) String() string

func (UnknownBlockException) TopMessage

func (e UnknownBlockException) TopMessage() string

func (UnknownBlockException) What

func (e UnknownBlockException) What() string

type UnknownHostException

type UnknownHostException struct {
	Exception
	Elog log.Messages
}

func NewUnknownHostException

func NewUnknownHostException(parent Exception, message log.Message) *UnknownHostException

func (*UnknownHostException) AppendLog

func (e *UnknownHostException) AppendLog(l log.Message)

func (UnknownHostException) Callback

func (e UnknownHostException) Callback(f interface{}) bool

func (UnknownHostException) Code

func (e UnknownHostException) Code() int64

func (UnknownHostException) DetailMessage

func (e UnknownHostException) DetailMessage() string

func (UnknownHostException) GetLog

func (e UnknownHostException) GetLog() log.Messages

func (UnknownHostException) MarshalJSON

func (e UnknownHostException) MarshalJSON() ([]byte, error)

func (UnknownHostException) Name

func (e UnknownHostException) Name() string

func (UnknownHostException) String

func (e UnknownHostException) String() string

func (UnknownHostException) TopMessage

func (e UnknownHostException) TopMessage() string

func (UnknownHostException) What

func (e UnknownHostException) What() string

type UnknownTransactionCompression

type UnknownTransactionCompression struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewUnknownTransactionCompression

func NewUnknownTransactionCompression(parent _TransactionException, message log.Message) *UnknownTransactionCompression

func (*UnknownTransactionCompression) AppendLog

func (e *UnknownTransactionCompression) AppendLog(l log.Message)

func (UnknownTransactionCompression) Callback

func (e UnknownTransactionCompression) Callback(f interface{}) bool

func (UnknownTransactionCompression) Code

func (UnknownTransactionCompression) DetailMessage

func (e UnknownTransactionCompression) DetailMessage() string

func (UnknownTransactionCompression) GetLog

func (UnknownTransactionCompression) MarshalJSON

func (e UnknownTransactionCompression) MarshalJSON() ([]byte, error)

func (UnknownTransactionCompression) Name

func (UnknownTransactionCompression) String

func (UnknownTransactionCompression) TopMessage

func (e UnknownTransactionCompression) TopMessage() string

func (UnknownTransactionCompression) TransactionExceptions

func (UnknownTransactionCompression) TransactionExceptions()

func (UnknownTransactionCompression) What

type UnknownTransactionException

type UnknownTransactionException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewUnknownTransactionException

func NewUnknownTransactionException(parent _MiscException, message log.Message) *UnknownTransactionException

func (*UnknownTransactionException) AppendLog

func (e *UnknownTransactionException) AppendLog(l log.Message)

func (UnknownTransactionException) Callback

func (e UnknownTransactionException) Callback(f interface{}) bool

func (UnknownTransactionException) Code

func (UnknownTransactionException) DetailMessage

func (e UnknownTransactionException) DetailMessage() string

func (UnknownTransactionException) GetLog

func (UnknownTransactionException) MarshalJSON

func (e UnknownTransactionException) MarshalJSON() ([]byte, error)

func (UnknownTransactionException) MiscExceptions

func (UnknownTransactionException) MiscExceptions()

func (UnknownTransactionException) Name

func (UnknownTransactionException) String

func (UnknownTransactionException) TopMessage

func (e UnknownTransactionException) TopMessage() string

func (UnknownTransactionException) What

type UnlinkableBlockException

type UnlinkableBlockException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewUnlinkableBlockException

func NewUnlinkableBlockException(parent _BlockValidateException, message log.Message) *UnlinkableBlockException

func (*UnlinkableBlockException) AppendLog

func (e *UnlinkableBlockException) AppendLog(l log.Message)

func (UnlinkableBlockException) BlockValidateExceptions

func (UnlinkableBlockException) BlockValidateExceptions()

func (UnlinkableBlockException) Callback

func (e UnlinkableBlockException) Callback(f interface{}) bool

func (UnlinkableBlockException) Code

func (UnlinkableBlockException) DetailMessage

func (e UnlinkableBlockException) DetailMessage() string

func (UnlinkableBlockException) GetLog

func (UnlinkableBlockException) MarshalJSON

func (e UnlinkableBlockException) MarshalJSON() ([]byte, error)

func (UnlinkableBlockException) Name

func (UnlinkableBlockException) String

func (e UnlinkableBlockException) String() string

func (UnlinkableBlockException) TopMessage

func (e UnlinkableBlockException) TopMessage() string

func (UnlinkableBlockException) What

type UnlinkableMinPermissionAction

type UnlinkableMinPermissionAction struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewUnlinkableMinPermissionAction

func NewUnlinkableMinPermissionAction(parent _AuthorizationException, message log.Message) *UnlinkableMinPermissionAction

func (*UnlinkableMinPermissionAction) AppendLog

func (e *UnlinkableMinPermissionAction) AppendLog(l log.Message)

func (UnlinkableMinPermissionAction) AuthorizationExceptions

func (UnlinkableMinPermissionAction) AuthorizationExceptions()

func (UnlinkableMinPermissionAction) Callback

func (e UnlinkableMinPermissionAction) Callback(f interface{}) bool

func (UnlinkableMinPermissionAction) Code

func (UnlinkableMinPermissionAction) DetailMessage

func (e UnlinkableMinPermissionAction) DetailMessage() string

func (UnlinkableMinPermissionAction) GetLog

func (UnlinkableMinPermissionAction) MarshalJSON

func (e UnlinkableMinPermissionAction) MarshalJSON() ([]byte, error)

func (UnlinkableMinPermissionAction) Name

func (UnlinkableMinPermissionAction) String

func (UnlinkableMinPermissionAction) TopMessage

func (e UnlinkableMinPermissionAction) TopMessage() string

func (UnlinkableMinPermissionAction) What

type UnpackException

type UnpackException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewUnpackException

func NewUnpackException(parent _AbiException, message log.Message) *UnpackException

func (UnpackException) AbiExceptions

func (UnpackException) AbiExceptions()

func (*UnpackException) AppendLog

func (e *UnpackException) AppendLog(l log.Message)

func (UnpackException) Callback

func (e UnpackException) Callback(f interface{}) bool

func (UnpackException) Code

func (e UnpackException) Code() int64

func (UnpackException) DetailMessage

func (e UnpackException) DetailMessage() string

func (UnpackException) GetLog

func (e UnpackException) GetLog() log.Messages

func (UnpackException) MarshalJSON

func (e UnpackException) MarshalJSON() ([]byte, error)

func (UnpackException) Name

func (e UnpackException) Name() string

func (UnpackException) String

func (e UnpackException) String() string

func (UnpackException) TopMessage

func (e UnpackException) TopMessage() string

func (UnpackException) What

func (e UnpackException) What() string

type UnsatisfiedAuthorization

type UnsatisfiedAuthorization struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewUnsatisfiedAuthorization

func NewUnsatisfiedAuthorization(parent _AuthorizationException, message log.Message) *UnsatisfiedAuthorization

func (*UnsatisfiedAuthorization) AppendLog

func (e *UnsatisfiedAuthorization) AppendLog(l log.Message)

func (UnsatisfiedAuthorization) AuthorizationExceptions

func (UnsatisfiedAuthorization) AuthorizationExceptions()

func (UnsatisfiedAuthorization) Callback

func (e UnsatisfiedAuthorization) Callback(f interface{}) bool

func (UnsatisfiedAuthorization) Code

func (UnsatisfiedAuthorization) DetailMessage

func (e UnsatisfiedAuthorization) DetailMessage() string

func (UnsatisfiedAuthorization) GetLog

func (UnsatisfiedAuthorization) MarshalJSON

func (e UnsatisfiedAuthorization) MarshalJSON() ([]byte, error)

func (UnsatisfiedAuthorization) Name

func (UnsatisfiedAuthorization) String

func (e UnsatisfiedAuthorization) String() string

func (UnsatisfiedAuthorization) TopMessage

func (e UnsatisfiedAuthorization) TopMessage() string

func (UnsatisfiedAuthorization) What

type UnsupportedAbiVersionException

type UnsupportedAbiVersionException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewUnsupportedAbiVersionException

func NewUnsupportedAbiVersionException(parent _AbiException, message log.Message) *UnsupportedAbiVersionException

func (UnsupportedAbiVersionException) AbiExceptions

func (UnsupportedAbiVersionException) AbiExceptions()

func (*UnsupportedAbiVersionException) AppendLog

func (e *UnsupportedAbiVersionException) AppendLog(l log.Message)

func (UnsupportedAbiVersionException) Callback

func (e UnsupportedAbiVersionException) Callback(f interface{}) bool

func (UnsupportedAbiVersionException) Code

func (UnsupportedAbiVersionException) DetailMessage

func (e UnsupportedAbiVersionException) DetailMessage() string

func (UnsupportedAbiVersionException) GetLog

func (UnsupportedAbiVersionException) MarshalJSON

func (e UnsupportedAbiVersionException) MarshalJSON() ([]byte, error)

func (UnsupportedAbiVersionException) Name

func (UnsupportedAbiVersionException) String

func (UnsupportedAbiVersionException) TopMessage

func (e UnsupportedAbiVersionException) TopMessage() string

func (UnsupportedAbiVersionException) What

type UnsupportedFeature

type UnsupportedFeature struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewUnsupportedFeature

func NewUnsupportedFeature(parent _MiscException, message log.Message) *UnsupportedFeature

func (*UnsupportedFeature) AppendLog

func (e *UnsupportedFeature) AppendLog(l log.Message)

func (UnsupportedFeature) Callback

func (e UnsupportedFeature) Callback(f interface{}) bool

func (UnsupportedFeature) Code

func (e UnsupportedFeature) Code() int64

func (UnsupportedFeature) DetailMessage

func (e UnsupportedFeature) DetailMessage() string

func (UnsupportedFeature) GetLog

func (e UnsupportedFeature) GetLog() log.Messages

func (UnsupportedFeature) MarshalJSON

func (e UnsupportedFeature) MarshalJSON() ([]byte, error)

func (UnsupportedFeature) MiscExceptions

func (UnsupportedFeature) MiscExceptions()

func (UnsupportedFeature) Name

func (e UnsupportedFeature) Name() string

func (UnsupportedFeature) String

func (e UnsupportedFeature) String() string

func (UnsupportedFeature) TopMessage

func (e UnsupportedFeature) TopMessage() string

func (UnsupportedFeature) What

func (e UnsupportedFeature) What() string

type UnsupportedKeyTypeException

type UnsupportedKeyTypeException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewUnsupportedKeyTypeException

func NewUnsupportedKeyTypeException(parent _WalletException, message log.Message) *UnsupportedKeyTypeException

func (*UnsupportedKeyTypeException) AppendLog

func (e *UnsupportedKeyTypeException) AppendLog(l log.Message)

func (UnsupportedKeyTypeException) Callback

func (e UnsupportedKeyTypeException) Callback(f interface{}) bool

func (UnsupportedKeyTypeException) Code

func (UnsupportedKeyTypeException) DetailMessage

func (e UnsupportedKeyTypeException) DetailMessage() string

func (UnsupportedKeyTypeException) GetLog

func (UnsupportedKeyTypeException) MarshalJSON

func (e UnsupportedKeyTypeException) MarshalJSON() ([]byte, error)

func (UnsupportedKeyTypeException) Name

func (UnsupportedKeyTypeException) String

func (UnsupportedKeyTypeException) TopMessage

func (e UnsupportedKeyTypeException) TopMessage() string

func (UnsupportedKeyTypeException) WalletExceptions

func (UnsupportedKeyTypeException) WalletExceptions()

func (UnsupportedKeyTypeException) What

type WalletException

type WalletException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWalletException

func NewWalletException(parent _WalletException, message log.Message) *WalletException

func (*WalletException) AppendLog

func (e *WalletException) AppendLog(l log.Message)

func (WalletException) Callback

func (e WalletException) Callback(f interface{}) bool

func (WalletException) Code

func (e WalletException) Code() int64

func (WalletException) DetailMessage

func (e WalletException) DetailMessage() string

func (WalletException) GetLog

func (e WalletException) GetLog() log.Messages

func (WalletException) MarshalJSON

func (e WalletException) MarshalJSON() ([]byte, error)

func (WalletException) Name

func (e WalletException) Name() string

func (WalletException) String

func (e WalletException) String() string

func (WalletException) TopMessage

func (e WalletException) TopMessage() string

func (WalletException) WalletExceptions

func (WalletException) WalletExceptions()

func (WalletException) What

func (e WalletException) What() string

type WalletExceptions

type WalletExceptions interface {
	ChainExceptions
	WalletExceptions()
}

*

  • wallet_exception

type WalletExistException

type WalletExistException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWalletExistException

func NewWalletExistException(parent _WalletException, message log.Message) *WalletExistException

func (*WalletExistException) AppendLog

func (e *WalletExistException) AppendLog(l log.Message)

func (WalletExistException) Callback

func (e WalletExistException) Callback(f interface{}) bool

func (WalletExistException) Code

func (e WalletExistException) Code() int64

func (WalletExistException) DetailMessage

func (e WalletExistException) DetailMessage() string

func (WalletExistException) GetLog

func (e WalletExistException) GetLog() log.Messages

func (WalletExistException) MarshalJSON

func (e WalletExistException) MarshalJSON() ([]byte, error)

func (WalletExistException) Name

func (e WalletExistException) Name() string

func (WalletExistException) String

func (e WalletExistException) String() string

func (WalletExistException) TopMessage

func (e WalletExistException) TopMessage() string

func (WalletExistException) WalletExceptions

func (WalletExistException) WalletExceptions()

func (WalletExistException) What

func (e WalletExistException) What() string

type WalletInvalidPasswordException

type WalletInvalidPasswordException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWalletInvalidPasswordException

func NewWalletInvalidPasswordException(parent _WalletException, message log.Message) *WalletInvalidPasswordException

func (*WalletInvalidPasswordException) AppendLog

func (e *WalletInvalidPasswordException) AppendLog(l log.Message)

func (WalletInvalidPasswordException) Callback

func (e WalletInvalidPasswordException) Callback(f interface{}) bool

func (WalletInvalidPasswordException) Code

func (WalletInvalidPasswordException) DetailMessage

func (e WalletInvalidPasswordException) DetailMessage() string

func (WalletInvalidPasswordException) GetLog

func (WalletInvalidPasswordException) MarshalJSON

func (e WalletInvalidPasswordException) MarshalJSON() ([]byte, error)

func (WalletInvalidPasswordException) Name

func (WalletInvalidPasswordException) String

func (WalletInvalidPasswordException) TopMessage

func (e WalletInvalidPasswordException) TopMessage() string

func (WalletInvalidPasswordException) WalletExceptions

func (WalletInvalidPasswordException) WalletExceptions()

func (WalletInvalidPasswordException) What

type WalletLockedException

type WalletLockedException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWalletLockedException

func NewWalletLockedException(parent _WalletException, message log.Message) *WalletLockedException

func (*WalletLockedException) AppendLog

func (e *WalletLockedException) AppendLog(l log.Message)

func (WalletLockedException) Callback

func (e WalletLockedException) Callback(f interface{}) bool

func (WalletLockedException) Code

func (e WalletLockedException) Code() int64

func (WalletLockedException) DetailMessage

func (e WalletLockedException) DetailMessage() string

func (WalletLockedException) GetLog

func (e WalletLockedException) GetLog() log.Messages

func (WalletLockedException) MarshalJSON

func (e WalletLockedException) MarshalJSON() ([]byte, error)

func (WalletLockedException) Name

func (e WalletLockedException) Name() string

func (WalletLockedException) String

func (e WalletLockedException) String() string

func (WalletLockedException) TopMessage

func (e WalletLockedException) TopMessage() string

func (WalletLockedException) WalletExceptions

func (WalletLockedException) WalletExceptions()

func (WalletLockedException) What

func (e WalletLockedException) What() string

type WalletMissingPubKeyException

type WalletMissingPubKeyException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWalletMissingPubKeyException

func NewWalletMissingPubKeyException(parent _WalletException, message log.Message) *WalletMissingPubKeyException

func (*WalletMissingPubKeyException) AppendLog

func (e *WalletMissingPubKeyException) AppendLog(l log.Message)

func (WalletMissingPubKeyException) Callback

func (e WalletMissingPubKeyException) Callback(f interface{}) bool

func (WalletMissingPubKeyException) Code

func (WalletMissingPubKeyException) DetailMessage

func (e WalletMissingPubKeyException) DetailMessage() string

func (WalletMissingPubKeyException) GetLog

func (WalletMissingPubKeyException) MarshalJSON

func (e WalletMissingPubKeyException) MarshalJSON() ([]byte, error)

func (WalletMissingPubKeyException) Name

func (WalletMissingPubKeyException) String

func (WalletMissingPubKeyException) TopMessage

func (e WalletMissingPubKeyException) TopMessage() string

func (WalletMissingPubKeyException) WalletExceptions

func (WalletMissingPubKeyException) WalletExceptions()

func (WalletMissingPubKeyException) What

type WalletNonexistentException

type WalletNonexistentException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWalletNonexistentException

func NewWalletNonexistentException(parent _WalletException, message log.Message) *WalletNonexistentException

func (*WalletNonexistentException) AppendLog

func (e *WalletNonexistentException) AppendLog(l log.Message)

func (WalletNonexistentException) Callback

func (e WalletNonexistentException) Callback(f interface{}) bool

func (WalletNonexistentException) Code

func (WalletNonexistentException) DetailMessage

func (e WalletNonexistentException) DetailMessage() string

func (WalletNonexistentException) GetLog

func (WalletNonexistentException) MarshalJSON

func (e WalletNonexistentException) MarshalJSON() ([]byte, error)

func (WalletNonexistentException) Name

func (WalletNonexistentException) String

func (WalletNonexistentException) TopMessage

func (e WalletNonexistentException) TopMessage() string

func (WalletNonexistentException) WalletExceptions

func (WalletNonexistentException) WalletExceptions()

func (WalletNonexistentException) What

type WalletNotAvailableException

type WalletNotAvailableException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWalletNotAvailableException

func NewWalletNotAvailableException(parent _WalletException, message log.Message) *WalletNotAvailableException

func (*WalletNotAvailableException) AppendLog

func (e *WalletNotAvailableException) AppendLog(l log.Message)

func (WalletNotAvailableException) Callback

func (e WalletNotAvailableException) Callback(f interface{}) bool

func (WalletNotAvailableException) Code

func (WalletNotAvailableException) DetailMessage

func (e WalletNotAvailableException) DetailMessage() string

func (WalletNotAvailableException) GetLog

func (WalletNotAvailableException) MarshalJSON

func (e WalletNotAvailableException) MarshalJSON() ([]byte, error)

func (WalletNotAvailableException) Name

func (WalletNotAvailableException) String

func (WalletNotAvailableException) TopMessage

func (e WalletNotAvailableException) TopMessage() string

func (WalletNotAvailableException) WalletExceptions

func (WalletNotAvailableException) WalletExceptions()

func (WalletNotAvailableException) What

type WalletUnlockedException

type WalletUnlockedException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWalletUnlockedException

func NewWalletUnlockedException(parent _WalletException, message log.Message) *WalletUnlockedException

func (*WalletUnlockedException) AppendLog

func (e *WalletUnlockedException) AppendLog(l log.Message)

func (WalletUnlockedException) Callback

func (e WalletUnlockedException) Callback(f interface{}) bool

func (WalletUnlockedException) Code

func (e WalletUnlockedException) Code() int64

func (WalletUnlockedException) DetailMessage

func (e WalletUnlockedException) DetailMessage() string

func (WalletUnlockedException) GetLog

func (WalletUnlockedException) MarshalJSON

func (e WalletUnlockedException) MarshalJSON() ([]byte, error)

func (WalletUnlockedException) Name

func (WalletUnlockedException) String

func (e WalletUnlockedException) String() string

func (WalletUnlockedException) TopMessage

func (e WalletUnlockedException) TopMessage() string

func (WalletUnlockedException) WalletExceptions

func (WalletUnlockedException) WalletExceptions()

func (WalletUnlockedException) What

type WasmException

type WasmException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWasmException

func NewWasmException(parent _WasmException, message log.Message) *WasmException

func (*WasmException) AppendLog

func (e *WasmException) AppendLog(l log.Message)

func (WasmException) Callback

func (e WasmException) Callback(f interface{}) bool

func (WasmException) Code

func (e WasmException) Code() int64

func (WasmException) DetailMessage

func (e WasmException) DetailMessage() string

func (WasmException) GetLog

func (e WasmException) GetLog() log.Messages

func (WasmException) MarshalJSON

func (e WasmException) MarshalJSON() ([]byte, error)

func (WasmException) Name

func (e WasmException) Name() string

func (WasmException) String

func (e WasmException) String() string

func (WasmException) TopMessage

func (e WasmException) TopMessage() string

func (WasmException) WasmExceptions

func (WasmException) WasmExceptions()

func (WasmException) What

func (e WasmException) What() string

type WasmExceptions

type WasmExceptions interface {
	ChainExceptions
	WasmExceptions()
}

*

  • wasm_exception

type WasmExecutionError

type WasmExecutionError struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWasmExecutionError

func NewWasmExecutionError(parent _WasmException, message log.Message) *WasmExecutionError

func (*WasmExecutionError) AppendLog

func (e *WasmExecutionError) AppendLog(l log.Message)

func (WasmExecutionError) Callback

func (e WasmExecutionError) Callback(f interface{}) bool

func (WasmExecutionError) Code

func (e WasmExecutionError) Code() int64

func (WasmExecutionError) DetailMessage

func (e WasmExecutionError) DetailMessage() string

func (WasmExecutionError) GetLog

func (e WasmExecutionError) GetLog() log.Messages

func (WasmExecutionError) MarshalJSON

func (e WasmExecutionError) MarshalJSON() ([]byte, error)

func (WasmExecutionError) Name

func (e WasmExecutionError) Name() string

func (WasmExecutionError) String

func (e WasmExecutionError) String() string

func (WasmExecutionError) TopMessage

func (e WasmExecutionError) TopMessage() string

func (WasmExecutionError) WasmExceptions

func (WasmExecutionError) WasmExceptions()

func (WasmExecutionError) What

func (e WasmExecutionError) What() string

type WasmSerializationError

type WasmSerializationError struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWasmSerializationError

func NewWasmSerializationError(parent _WasmException, message log.Message) *WasmSerializationError

func (*WasmSerializationError) AppendLog

func (e *WasmSerializationError) AppendLog(l log.Message)

func (WasmSerializationError) Callback

func (e WasmSerializationError) Callback(f interface{}) bool

func (WasmSerializationError) Code

func (e WasmSerializationError) Code() int64

func (WasmSerializationError) DetailMessage

func (e WasmSerializationError) DetailMessage() string

func (WasmSerializationError) GetLog

func (e WasmSerializationError) GetLog() log.Messages

func (WasmSerializationError) MarshalJSON

func (e WasmSerializationError) MarshalJSON() ([]byte, error)

func (WasmSerializationError) Name

func (e WasmSerializationError) Name() string

func (WasmSerializationError) String

func (e WasmSerializationError) String() string

func (WasmSerializationError) TopMessage

func (e WasmSerializationError) TopMessage() string

func (WasmSerializationError) WasmExceptions

func (WasmSerializationError) WasmExceptions()

func (WasmSerializationError) What

func (e WasmSerializationError) What() string

type WastFileNotFound

type WastFileNotFound struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWastFileNotFound

func NewWastFileNotFound(parent _ContractException, message log.Message) *WastFileNotFound

func (*WastFileNotFound) AppendLog

func (e *WastFileNotFound) AppendLog(l log.Message)

func (WastFileNotFound) Callback

func (e WastFileNotFound) Callback(f interface{}) bool

func (WastFileNotFound) Code

func (e WastFileNotFound) Code() int64

func (WastFileNotFound) ContractExceptions

func (WastFileNotFound) ContractExceptions()

func (WastFileNotFound) DetailMessage

func (e WastFileNotFound) DetailMessage() string

func (WastFileNotFound) GetLog

func (e WastFileNotFound) GetLog() log.Messages

func (WastFileNotFound) MarshalJSON

func (e WastFileNotFound) MarshalJSON() ([]byte, error)

func (WastFileNotFound) Name

func (e WastFileNotFound) Name() string

func (WastFileNotFound) String

func (e WastFileNotFound) String() string

func (WastFileNotFound) TopMessage

func (e WastFileNotFound) TopMessage() string

func (WastFileNotFound) What

func (e WastFileNotFound) What() string

type WhitelistBlacklistException

type WhitelistBlacklistException struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWhitelistBlacklistException

func NewWhitelistBlacklistException(parent _WhitelistBlacklistException, message log.Message) *WhitelistBlacklistException

func (*WhitelistBlacklistException) AppendLog

func (e *WhitelistBlacklistException) AppendLog(l log.Message)

func (WhitelistBlacklistException) Callback

func (e WhitelistBlacklistException) Callback(f interface{}) bool

func (WhitelistBlacklistException) Code

func (WhitelistBlacklistException) DetailMessage

func (e WhitelistBlacklistException) DetailMessage() string

func (WhitelistBlacklistException) GetLog

func (WhitelistBlacklistException) MarshalJSON

func (e WhitelistBlacklistException) MarshalJSON() ([]byte, error)

func (WhitelistBlacklistException) Name

func (WhitelistBlacklistException) String

func (WhitelistBlacklistException) TopMessage

func (e WhitelistBlacklistException) TopMessage() string

func (WhitelistBlacklistException) What

func (WhitelistBlacklistException) WhitelistBlacklistExceptions

func (WhitelistBlacklistException) WhitelistBlacklistExceptions()

type WhitelistBlacklistExceptions

type WhitelistBlacklistExceptions interface {
	ChainExceptions
	WhitelistBlacklistExceptions()
}

type WrongProducer

type WrongProducer struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWrongProducer

func NewWrongProducer(parent _BlockValidateException, message log.Message) *WrongProducer

func (*WrongProducer) AppendLog

func (e *WrongProducer) AppendLog(l log.Message)

func (WrongProducer) BlockValidateExceptions

func (WrongProducer) BlockValidateExceptions()

func (WrongProducer) Callback

func (e WrongProducer) Callback(f interface{}) bool

func (WrongProducer) Code

func (e WrongProducer) Code() int64

func (WrongProducer) DetailMessage

func (e WrongProducer) DetailMessage() string

func (WrongProducer) GetLog

func (e WrongProducer) GetLog() log.Messages

func (WrongProducer) MarshalJSON

func (e WrongProducer) MarshalJSON() ([]byte, error)

func (WrongProducer) Name

func (e WrongProducer) Name() string

func (WrongProducer) String

func (e WrongProducer) String() string

func (WrongProducer) TopMessage

func (e WrongProducer) TopMessage() string

func (WrongProducer) What

func (e WrongProducer) What() string

type WrongSigningKey

type WrongSigningKey struct {
	Elog log.Messages
	// contains filtered or unexported fields
}

func NewWrongSigningKey

func NewWrongSigningKey(parent _BlockValidateException, message log.Message) *WrongSigningKey

func (*WrongSigningKey) AppendLog

func (e *WrongSigningKey) AppendLog(l log.Message)

func (WrongSigningKey) BlockValidateExceptions

func (WrongSigningKey) BlockValidateExceptions()

func (WrongSigningKey) Callback

func (e WrongSigningKey) Callback(f interface{}) bool

func (WrongSigningKey) Code

func (e WrongSigningKey) Code() int64

func (WrongSigningKey) DetailMessage

func (e WrongSigningKey) DetailMessage() string

func (WrongSigningKey) GetLog

func (e WrongSigningKey) GetLog() log.Messages

func (WrongSigningKey) MarshalJSON

func (e WrongSigningKey) MarshalJSON() ([]byte, error)

func (WrongSigningKey) Name

func (e WrongSigningKey) Name() string

func (WrongSigningKey) String

func (e WrongSigningKey) String() string

func (WrongSigningKey) TopMessage

func (e WrongSigningKey) TopMessage() string

func (WrongSigningKey) What

func (e WrongSigningKey) What() string

Source Files

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL