Class Error
Represents the Relativity error object.
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 Error : Artifact
Properties
| Improve this Doc View SourceFullError
Gets or sets a detailed error message, such as a stack trace.
Declaration
public string FullError { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
Gets or sets a brief message summarizing the error.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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> |
Server
Gets or sets the server where the error occurred.
Declaration
public string Server { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
StepsToReproduce
Gets or sets the steps to recreate the error.
Declaration
public string StepsToReproduce { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Timestamp
Gets or sets the DateTime that the error was created.
Declaration
public DateTime Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
URL
Gets or sets the URL at which the error occurred.
Declaration
public string URL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Workspace
Gets or sets the Workspace identifier associated with this error.
Declaration
public NamedArtifact Workspace { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |