Name: QuotaError

Error information of a Quota configuration.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.quota.QuotaError",
   "actualUsagePercent": <Number>,
   "errorCode": <String>,
   "errorDescription": <String>,
   "errorName": <String>,
   "errorText": <String>,
   "lastUpdatedTime": DateTime,
   "thresholdPercentExceeded": <Number>,
}

Attributes
NameTypeDescription
actualUsagePercentxsd:doubleThe threshold value in percent when the error occurs
errorCodexsd:stringError code
errorDescriptionxsd:stringError description that comes from the system.
errorNamexsd:stringError name
errorTextxsd:stringError text
lastUpdatedTimeDateTimeLast updated time
thresholdPercentExceededxsd:doubleThe threshold value in percent that has been exceeded