GoogleApi.ServiceControl.V1.Model.QuotaError (google_api_service_control v0.37.1) View Source
Represents error information for QuotaOperation.
Attributes
-
code(type:String.t, default:nil) - Error code. -
description(type:String.t, default:nil) - Free-form text that provides details on the cause of the error. -
status(type:GoogleApi.ServiceControl.V1.Model.Status.t, default:nil) - Contains additional information about the quota error. If available,status.codewill be non zero. -
subject(type:String.t, default:nil) - Subject to whom this error applies. See the specific enum for more details on this field. For example, "clientip:" or "project:".
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ServiceControl.V1.Model.QuotaError{
code: String.t() | nil,
description: String.t() | nil,
status: GoogleApi.ServiceControl.V1.Model.Status.t() | nil,
subject: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.