ErrorDetail Class

Definition

Error Detail class which encapsulates Code, Message and Recommendations.

public class ErrorDetail
type ErrorDetail = class
Public Class ErrorDetail
Inheritance
ErrorDetail

Constructors

ErrorDetail()

Initializes a new instance of the ErrorDetail class.

ErrorDetail(String, String, IList<String>)

Initializes a new instance of the ErrorDetail class.

Properties

Code

Gets error code.

Message

Gets error Message related to the Code.

Recommendations

Gets list of recommendation strings.

Applies to