Show / Hide Table of Contents

Class Error

Represents the Relativity error object.

Inheritance
System.Object
Artifact
Error
Inherited Members
Artifact.ArtifactID
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 Error : Artifact

Properties

| Improve this Doc View Source

FullError

Gets or sets a detailed error message, such as a stack trace.

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

Message

Gets or sets a brief message summarizing the error.

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

SendNotification

Gets or sets a value indicating whether to send a notification message when an error occurs.

Declaration
public bool? SendNotification { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

Server

Gets or sets the server where the error occurred.

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

Source

Gets or sets the component of the Relativity application where the error occurred, such as the web, or agent.

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

StepsToReproduce

Gets or sets the steps to recreate the error.

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

Timestamp

Gets or sets the DateTime that the error was created.

Declaration
public DateTime Timestamp { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

URL

Gets or sets the URL at which the error occurred.

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

Workspace

Gets or sets the Workspace identifier associated with this error.

Declaration
public NamedArtifact Workspace { get; set; }
Property Value
Type Description
NamedArtifact
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX