Class DeliveryError
Metric on a particular delivery error type.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v1.Data
Assembly: Google.Apis.PostmasterTools.v1.dll
Syntax
public class DeliveryError : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorClass
The class of delivery error.
Declaration
[JsonProperty("errorClass")]
public virtual string ErrorClass { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorRatio
The ratio of messages where the error occurred vs all authenticated traffic.
Declaration
[JsonProperty("errorRatio")]
public virtual double? ErrorRatio { get; set; }
Property Value
Type | Description |
---|---|
double? |
ErrorType
The type of delivery error.
Declaration
[JsonProperty("errorType")]
public virtual string ErrorType { get; set; }
Property Value
Type | Description |
---|---|
string |