Show / Hide Table of Contents

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 DocumentError

Properties

| Improve this Doc View Source

Message

Gets or sets the Message for this error.

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Status

Gets or sets the Status of this error.

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX