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

    Type Alias DescribeClientQuotasResponse

    DescribeClientQuotas response payload.

    type DescribeClientQuotasResponse = {
        entries: readonly DescribeClientQuotasEntry[] | null;
        errorCode: number;
        errorMessage: string | null;
        taggedFields: readonly TaggedField[];
        throttleTimeMs: number;
    }
    Index

    Properties

    entries: readonly DescribeClientQuotasEntry[] | null

    Matching quota entries, or null if there was an error.

    errorCode: number

    Top-level error code (0 = no error).

    errorMessage: string | null

    Top-level error message. Null if no error.

    taggedFields: readonly TaggedField[]

    Tagged fields (v1+).

    throttleTimeMs: number

    Time the request was throttled in milliseconds.