google_api_service_control v0.28.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:<ip address of client>" or "project:<Google developer project id>".

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(),
  description: String.t(),
  subject: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.