Udostępnij przez


ErrorResponse Class

Definition

Used to return an error to the client

public class ErrorResponse
type ErrorResponse = class
Public Class ErrorResponse
Inheritance
ErrorResponse

Constructors

Name Description
ErrorResponse()

Initializes a new instance of the ErrorResponse class.

ErrorResponse(PersonalizerError)

Initializes a new instance of the ErrorResponse class.

Properties

Name Description
Error

Gets or sets the error object.

Methods

Name Description
Validate()

Validate the object.

Applies to