A complex type that contains zero or more CustomErrorResponse elements.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CustomErrorResponses
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CustomErrorResponses()()()() | Initializes a new instance of the CustomErrorResponses class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Items | 
            Gets and sets the property Items. Optional: A complex type that contains custom error
            responses for this    distribution. If Quantity is 0, you can omit Items.
             | 
|  | Quantity | 
            Gets and sets the property Quantity. The number of custom error responses for this
            distribution.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithItems(array<CustomErrorResponse>[]()[][]) | Obsolete. 
            Sets the Items property
             | 
|  | WithItems(IEnumerable<(Of <<'(CustomErrorResponse>)>>)) | Obsolete. 
            Sets the Items property
             | 
|  | WithQuantity(Int32) | Obsolete. 
            Sets the Quantity property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | CustomErrorResponses |