public sealed class QuotaFailure : IMessage<QuotaFailure>, IEquatable<QuotaFailure>, IDeepCloneable<QuotaFailure>, IBufferMessage, IMessage
Describes how a quota check failed.
For example if a daily limit was exceeded for the calling project,
a service could respond with a QuotaFailure detail containing the project
id and the description of the quota limit that was exceeded. If the
calling project hasn't enabled the service in the developer console, then
a service could respond with the project id and set service_disabled
to true.
Also see RetryInfo and Help types for other details about handling a
quota failure.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The `QuotaFailure` class describes the details of a failed quota check, such as when a daily limit has been exceeded or a service has not been enabled for a project."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes properties like `Violations` which holds information about specific quota violations, `Descriptor`, and `Parser` to manage message handling."],["The `QuotaFailure` class offers methods such as `CalculateSize`, `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, `ToString`, and `WriteTo` for various message operations and manipulations."],["There are different versions of the document available including the latest version [2.15.0] and older versions [2.10.0, 2.2.0]."]]],[]]