Error Class

Definition

Common error representation.

public class Error
type Error = class
Public Class Error
Inheritance
Error

Constructors

Error()

Initializes a new instance of the Error class.

Error(String, String, String, IList<ErrorDetails>, String)

Initializes a new instance of the Error class.

Properties

Code

Gets or sets error code.

Details

Gets or sets error details.

InnerError

Gets or sets inner error message.

Message

Gets or sets error message.

Target

Gets or sets error target.

Applies to