public sealed class Errors : IMessage<Errors>, IEquatable<Errors>, IDeepCloneable<Errors>, IBufferMessage, IMessage
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
Errors()
public Errors()
Errors(Errors)
public Errors(Errors other)
Parameter | |
---|---|
Name | Description |
other | Errors |
Properties
Code
public string Code { get; set; }
[Output Only] The error type identifier for this error.
Property Value | |
---|---|
Type | Description |
String |
HasCode
public bool HasCode { get; }
Gets whether the "code" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasLocation
public bool HasLocation { get; }
Gets whether the "location" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasMessage
public bool HasMessage { get; }
Gets whether the "message" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
Location
public string Location { get; set; }
[Output Only] Indicates the field in the request that caused the error. This property is optional.
Property Value | |
---|---|
Type | Description |
String |
Message
public string Message { get; set; }
[Output Only] An optional, human-readable error message.
Property Value | |
---|---|
Type | Description |
String |