Class ErrorResponse
public class ErrorResponse
  - Inheritance
 - 
      
      ErrorResponse
 
- Inherited Members
 
Constructors
ErrorResponse()
public ErrorResponse()
  Properties
Code
Name of the exception class to return
public string Code { get; set; }
  Property Value
InnerException
public Exception InnerException { get; set; }
  Property Value
Message
Error message
public string Message { get; set; }
  Property Value
RequestId
RequestId of the error. Only applies to XML-based services.
public string RequestId { get; set; }
  Property Value
StatusCode
public HttpStatusCode StatusCode { get; set; }
  Property Value
Type
Error type, one of Sender, Receiver, Unknown Only applies to XML-based services.
public ErrorType Type { get; set; }