View Source GoogleApi.ServiceControl.V1.Model.CheckError (google_api_service_control v0.44.0)
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.codewill 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:" - "folder:" - "organization:"
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceControl.V1.Model.CheckError{ code: String.t() | nil, detail: String.t() | nil, status: GoogleApi.ServiceControl.V1.Model.Status.t() | nil, subject: String.t() | nil }