Show / Hide Table of Contents

Class DeliveryError

Metric on a particular delivery error type.

Inheritance
object
DeliveryError
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PostmasterTools.v1beta1.Data
Assembly: Google.Apis.PostmasterTools.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX