Databricks SDK for JavaScript
    Preparing search index...
    interface QuotaFailureViolation {
        description: string;
        subject: string;
    }
    Index

    Properties

    Properties

    description: string

    A description of how the quota check failed. Clients can use this description to find more about the quota configuration in the service's public documentation, or find the relevant quota limit to adjust through developer console.

    For example: "Service disabled" or "Daily Limit for read operations exceeded".

    subject: string

    The subject on which the quota check failed.