@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Type Alias DecodeError

    Describes why a decode operation failed.

    type DecodeError = {
        code: DecodeErrorCode;
        message: string;
        offset?: number;
    }
    Index

    Properties

    Properties

    Machine-readable error code.

    message: string

    Human-readable error message.

    offset?: number

    Byte offset where the error occurred, if known.