google_api_service_control v0.14.0 GoogleApi.ServiceControl.V1.Model.CheckError View Source

Defines the errors to be returned in google.api.servicecontrol.v1.CheckResponse.check_errors.

Attributes

  • code (type: String.t, default: nil) - The error code.
  • detail (type: String.t, default: nil) - Free-form text providing details on the error cause of the error.
  • status (type: GoogleApi.ServiceControl.V1.Model.Status.t, default: nil) - Contains public information about the check error. If available, status.code will be non zero and client can propagate it out as public error.
  • subject (type: String.t, default: nil) - Subject to whom this error applies. See the specific code enum for more details on this field. For example:

    - project:<project-id or project-number>
    - folder:<folder-id>
    - organization:<organization-id>

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.CheckError{
  code: String.t(),
  detail: String.t(),
  status: GoogleApi.ServiceControl.V1.Model.Status.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.