ErrAccountTokenNotEqualTxTokenCode code for account token not equal tx token error.
ErrAccountTokenNotEqualTxTokenType type for account token not equal tx token type.
ErrCantSendToEthAddrCode code when can't send to eth addr code error appeared.
ErrCantSendToEthAddrType type when can't send to eth addr code error appeared.
ErrDuplicatedKey error message returned when trying to insert an item with duplicated key.
ErrDuplicatedKeyCode code for duplicated key error.
ErrDuplicatedKeyType type for duplicated key error.
ErrExitAmount0 error message returned when receiving (and rejecting) a tx of type exit with amount 0.
ErrExitAmount0Code code for 0 exit amount error.
ErrExitAmount0Type type for 0 exit amount error.
ErrFailedToAddEmptySlotCode code when can't add empty slot in /slots request.
ErrFailedToAddEmptySlotType type when can't add empty slot in /slots request.
ErrFailedToFindOffsetToRelativePositionCode error code when can't find offset to relative position.
ErrFailedToFindOffsetToRelativePositionType error type.
ErrFailedToGetAuctionVarsCode code when can't get auction vars in /slots request.
ErrFailedToGetAuctionVarsType type when can't get auction vars in /slots request.
ErrFailedToGetCurrentBlockCode code when can't get current block in /slots request.
ErrFailedToGetCurrentBlockType type when can't get current block in /slots request.
ErrFeeOverflowCode code for fee overflow code error.
ErrFeeOverflowType type for fee overflow code type.
ErrFeeTooBigCode code for fee too big error.
ErrFeeTooBigType type for fee too big error.
ErrFeeTooLowCode code for fee too low error.
ErrFeeTooLowType type for fee too low error.
ErrGettingReceiverAccountCode code for getting receiver account error.
ErrGettingReceiverAccountType type for getting receiver account error.
ErrGettingSenderAccountCode code for getting sender account error.
ErrGettingSenderAccountType type for getting sender account error.
ErrInvalidAtomicGroupID error message returned when received an invalid AtomicGroupID.
ErrInvalidAtomicGroupIDCode error code.
ErrInvalidAtomicGroupIDType error type.
ErrInvalidNonceCode code for invalid nonce error.
ErrInvalidNonceType type for invalid nonce error.
ErrInvalidRqOffset error message returned when received an invalid request offset.
ErrInvalidSignatureCode code for invalid signature error.
ErrInvalidSignatureType type for invalid signature error.
ErrInvalidTxTypeOrTxIDCode code for invalid tx type or txID error.
ErrInvalidTxTypeOrTxIDType type for invalid tx type or txID error.
ErrNotAtomicTxsInPostPoolTx error message returned when received an non-atomic transaction inside atomic pool.
ErrNotAtomicTxsInPostPoolTxCode code filter atomic transactions on POST /transactions-pool.
ErrNotAtomicTxsInPostPoolTxType type filter atomic transactions on POST /transactions-pool.
ErrNothingToUpdateCode code for nothing to update error.
ErrNothingToUpdateType type for nothing to update type.
ErrParamValidationFailedCode code for param validation failed error.
ErrParamValidationFailedType type for param validation failed error.
ErrRqOffsetOutOfBounds error message returned when transaction tries to access another out the bounds of the array.
ErrRqOffsetOutOfBoundsCode error code.
ErrRqOffsetOutOfBoundsType error type.
ErrSingleTxInAtomicEndpoint only one tx sent to the atomic-pool endpoint.
ErrSingleTxInAtomicEndpointCode error code.
ErrSingleTxInAtomicEndpointType error type.
ErrSQLNoRows error message returned when there is no such records.
ErrSQLNoRowsCode code for no rows error.
ErrSQLNoRowsType type for now rows error.
ErrSQLTimeout error message returned when timeout due to SQL connection.
ErrSQLTimeoutCode code for sql timeout error.
ErrSQLTimeoutType type for sql timeout type.
ErrTxsNotAtomic error message returned when receiving (and rejecting) txs in the atomic endpoint with not all txs being atomic.
ErrTxsNotAtomicCode error code.
ErrTxsNotAtomicType error type.
ErrUnsupportedMaxNumBatch error message returned when tx.MaxNumBatch != 0 until the feature is fully implemented.