Show / Hide Table of Contents

Class CheckError

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

Inheritance
object
CheckError
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceControl.v1.Data
Assembly: Google.Apis.ServiceControl.v1.dll
Syntax
public class CheckError : IDirectResponseSchema

Properties

Code

The error code.

Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type Description
string

Detail

Free-form text providing details on the error cause of the error.

Declaration
[JsonProperty("detail")]
public virtual string Detail { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Status

Contains public information about the check error. If available, status.code will be non zero and client can propagate it out as public error.

Declaration
[JsonProperty("status")]
public virtual Status Status { get; set; }
Property Value
Type Description
Status

Subject

Subject to whom this error applies. See the specific code enum for more details on this field. For example:

  • "project:" - "folder:" - "organization:"
Declaration
[JsonProperty("subject")]
public virtual string Subject { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX