View Source GoogleApi.ServiceControl.V1.Model.QuotaError (google_api_service_control v0.44.0)
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:".
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }