Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains the types for error and ErrorResult objects.

Index

Container types Interfaces

Elementary types Interfaces

Function types Interfaces

Generic errors Interfaces

Internal-use errors Interfaces

Other user-defined types Interfaces

Special container types Interfaces

Container types Type aliases

Elementary types Type aliases

Function types Type aliases

General categories Type aliases

Generic errors Type aliases

Internal-use errors Type aliases

Other user-defined types Type aliases

Special container types Type aliases

Variables

Container types Type aliases

ArrayError

An arrray-specific error

MappingError

MappingError: never

A mapping-specific error (there are none)

StructError

A struct-specific error

TupleError

A tuple-specific error

Elementary types Type aliases

AddressError

AddressError: AddressPaddingError

A address-specific error

BoolError

A bool-specific error

BytesDynamicError

A dynamic-bytestring-specific error

BytesErrorResult

An error result for a bytestring

BytesStaticError

BytesStaticError: BytesPaddingError

A static-bytestring-specific error

ElementaryErrorResult

An error result for an elementary value

FixedError

FixedError: FixedPaddingError

A fixed-specific error

IntError

IntError: IntPaddingError

An int-specific error

StringError

A string-specific error

UfixedError

UfixedError: UfixedPaddingError

A ufixed-specific error

UintError

UintError: UintPaddingError

A uint-specific error

Function types Type aliases

FunctionExternalError

An external-function specific error

FunctionInternalError

An internal-function specific error

General categories Type aliases

DecoderError

One of the underlying errors contained in an ErrorResult

ErrorResult

A result which is an error rather than a value

Generic errors Type aliases

DynamicDataImplementationError

An error resulting from overlarge length or pointer values

ErrorForThrowing

An error that may occur in a component other than the main core of the decoder itself and thus may need to get thrown to it

GenericError

A type-non-specific error

ReadError

A read error

Internal-use errors Type aliases

InternalUseError

Internal-use error

Other user-defined types Type aliases

ContractError

ContractError: ContractPaddingError

A contract-specific error

EnumError

An enum-specific error

Special container types Type aliases

MagicError

MagicError: never

A magic-specific error (there are none)

Variables

Const debug

debug: IDebugger = debugModule("codec:format:errors")

Generated using TypeDoc