@cto.af/wtf8 - v0.0.2
    Preparing search index...

    Class DecodeError

    Error decoding WTF-8. Made to look more compatible with the errors that Node's TextDecoder throws by having a code field.

    Hierarchy

    • TypeError
      • DecodeError
    Index

    Constructors

    Properties

    Constructors

    Properties

    cause?: unknown
    code: string = 'ERR_ENCODING_INVALID_ENCODED_DATA'
    message: string
    name: string
    stack?: string