init(limitIncreaseSuggestion:resetDate:debugDescription:)
Creates a new quota limit reached instance.
Declaration
init(limitIncreaseSuggestion: PrivateCloudComputeLanguageModel.QuotaUsage.LimitIncreaseSuggestion? = nil, resetDate: Date? = nil, debugDescription: String)Parameters
- limitIncreaseSuggestion:
The suggestion to increase the usage limit, if one exists.
- resetDate:
The date that the usage limit resets.
- debugDescription:
The debug description of the usage limit.