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

    Class SchemaRegistryError

    Error from the Schema Registry.

    Wraps HTTP and Schema Registry API errors with the registry error code when available.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • message: string
      • Optionaloptions: {
            cause?: unknown;
            errorCode?: number;
            retriable?: boolean;
            statusCode?: number;
        }

      Returns SchemaRegistryError

    Properties

    errorCode?: number

    Schema Registry error code (e.g. 40401 = subject not found).

    name: "SchemaRegistryError"
    retriable: boolean

    Whether this error is retriable (transient).

    statusCode?: number

    HTTP status code from the response.

    Methods