Class Error
Inheritance
System.Object
    Error
  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: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient.dll
Syntax
public class Error
  Constructors
Error()
Creates a new instance of this class
Declaration
public Error()
  Properties
Exception
Declaration
public string Exception { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
InternalCode
Declaration
public int InternalCode { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Message
Declaration
public string Message { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Method
Declaration
public string Method { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Status
Declaration
public string Status { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
StatusCode
Declaration
public int StatusCode { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Uri
Declaration
public string Uri { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |