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

    Type Alias AlterClientQuotasEntryResponse

    Per-entity result from an AlterClientQuotas response.

    type AlterClientQuotasEntryResponse = {
        entity: readonly AlterClientQuotasResponseEntity[];
        errorCode: number;
        errorMessage: string | null;
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    The entity components this result applies to.

    errorCode: number

    Error code for this entity (0 = no error).

    errorMessage: string | null

    Error message. Null if no error.

    taggedFields: readonly TaggedField[]

    Tagged fields (v1+).