public sealed class ErrorDetails : IMessage<ErrorDetails>, IEquatable<ErrorDetails>, IDeepCloneable<ErrorDetails>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class ErrorDetails.
Container for structured error details providing additional context specific to the encountered error code.
Implements
IMessageErrorDetails, IEquatableErrorDetails, IDeepCloneableErrorDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ErrorDetails()
public ErrorDetails()ErrorDetails(ErrorDetails)
public ErrorDetails(ErrorDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
ErrorDetails |
Properties
ErrorInfo
public ErrorInfo ErrorInfo { get; set; }Error information containing structured domain, reason, and metadata.
| Property Value | |
|---|---|
| Type | Description |
ErrorInfo |
|
Help
public Help Help { get; set; }Links and information to help the user resolve the error.
| Property Value | |
|---|---|
| Type | Description |
Help |
|
LocalizedMessage
public LocalizedMessage LocalizedMessage { get; set; }A localized human-readable error message intended for end users.
| Property Value | |
|---|---|
| Type | Description |
LocalizedMessage |
|
QuotaInfo
public QuotaExceededInfo QuotaInfo { get; set; }Details about quota limits and metrics when a quota is exceeded.
| Property Value | |
|---|---|
| Type | Description |
QuotaExceededInfo |
|