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

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

Attributes

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

    • “project:
    • “folder:
    • “organization:” Defaults to nil.

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.