Show / Hide Table of Contents

Class CustomErrorRule

A custom error rule.

Inheritance
System.Object
CustomErrorRule
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class CustomErrorRule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

IsErrorType

Mark this message as possible payload in error response. Otherwise, objects of this type will be filtered when they appear in error payload.

Declaration
[JsonProperty("isErrorType")]
public virtual bool? IsErrorType { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Selector

Selects messages to which this rule applies. Refer to selector for syntax details.

Declaration
[JsonProperty("selector")]
public virtual string Selector { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top