public sealed class CheckError : IMessage<CheckError>, IEquatable<CheckError>, IDeepCloneable<CheckError>, IBufferMessage, IMessageReference documentation and code samples for the Service Control v1 API class CheckError.
Defines the errors to be returned in [google.api.servicecontrol.v1.CheckResponse.check_errors][google.api.servicecontrol.v1.CheckResponse.check_errors].
Implements
IMessage<CheckError>, IEquatable<CheckError>, IDeepCloneable<CheckError>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceControl.V1Assembly
Google.Cloud.ServiceControl.V1.dll
Constructors
CheckError()
public CheckError()CheckError(CheckError)
public CheckError(CheckError other)| Parameter | |
|---|---|
| Name | Description |
other |
CheckError |
Properties
Code
public CheckError.Types.Code Code { get; set; }The error code.
| Property Value | |
|---|---|
| Type | Description |
CheckError.Types.Code |
|
Detail
public string Detail { get; set; }Free-form text providing details on the error cause of the error.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Status
public Status Status { get; set; }Contains public information about the check error. If available,
status.code will be non zero and client can propagate it out as public
error.
| Property Value | |
|---|---|
| Type | Description |
Status |
|
Subject
public string Subject { get; set; }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>"
| Property Value | |
|---|---|
| Type | Description |
String |
|