Class DocumentError
Contains data about the error connected to a Document.
Inheritance
System.Object
    DocumentError
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class DocumentErrorProperties
| Improve this Doc View SourceMessage
Gets or sets the Message for this error.
Declaration
public string Message { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Status
Gets or sets the Status of this error.
Declaration
public string Status { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |