A detailed description of an individual entry in the result of a batch operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class BatchResultErrorEntry
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | BatchResultErrorEntry()()()() | Initializes a new instance of the BatchResultErrorEntry class | 
|  | Code | 
            The error code representing why the operation failed on this entry.
             | 
|  | 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.) | 
|  | Id | 
            The Id of an entry in a batch request.
             | 
|  | IsSetCode()()()() | 
            Checks if Code property is set
             | 
|  | IsSetId()()()() | 
            Checks if Id property is set
             | 
|  | IsSetMessage()()()() | 
            Checks if Message property is set
             | 
|  | IsSetSenderFault()()()() | 
            Checks if SenderFault property is set
             | 
|  | Message | 
            The message explaining why the operation failed on this entry.
             | 
|  | SenderFault | 
            Indicates whether the error happened due to the sender's fault.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | BatchResultErrorEntry |