public sealed class FeedFailureDetails : IMessage<FeedFailureDetails>, IEquatable<FeedFailureDetails>, IDeepCloneable<FeedFailureDetails>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class FeedFailureDetails.
FeedFailureDetails contains details about the errors thrown by chronicle for the feeds. These are user visible details. These details help user identify the root cause and take appropriate action for the feed errors.
Implements
IMessageFeedFailureDetails, IEquatableFeedFailureDetails, IDeepCloneableFeedFailureDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
FeedFailureDetails()
public FeedFailureDetails()FeedFailureDetails(FeedFailureDetails)
public FeedFailureDetails(FeedFailureDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
FeedFailureDetails |
Properties
ErrorAction
public string ErrorAction { get; set; }Output only. error_action contains the user action prescribed for remediation of feed error.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ErrorCause
public string ErrorCause { get; set; }Output only. error_cause contains the information regarding the failure cause.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ErrorCode
public string ErrorCode { get; set; }Output only. error_code contains the error code for the feed. The field is populated for the feeds with failed status.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HttpErrorCode
public int HttpErrorCode { get; set; }Output only. http_error_code contains the HTTP error code for the feed failure. feed transfer failure may or may not result in http error code.
| Property Value | |
|---|---|
| Type | Description |
int |
|