google_api_service_control v0.22.0 GoogleApi.ServiceControl.V1.Model.QuotaError 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.
  • 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

Link to this type

t()

View Source
t() :: %GoogleApi.ServiceControl.V1.Model.QuotaError{
  code: String.t(),
  description: String.t(),
  subject: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.