Class InvalidTupleDecodingError

Thrown when a tuple decoding operation encounters unexpected structure or data.

InvalidTupleDecodingError

Hierarchy

  • Error
    • InvalidTupleDecodingError

Constructors

Properties

stackTraceLimit: number
tupleIndex: number

The index of the tuple that caused the error.

name: string
message: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

stack?: string
cause?: unknown

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void