ErrorProperties Class

Definition

Error properties indicate why the Logic service was not able to process the incoming request. The reason is provided in the error message.

public class ErrorProperties
type ErrorProperties = class
Public Class ErrorProperties
Inheritance
ErrorProperties

Constructors

ErrorProperties()

Initializes a new instance of the ErrorProperties class.

ErrorProperties(String, String)

Initializes a new instance of the ErrorProperties class.

Properties

Code

Gets or sets error code.

Message

Gets or sets error message indicating why the operation failed.

Applies to