共用方式為


PersonalizerError Class

Definition

The error object.

public class PersonalizerError
type PersonalizerError = class
Public Class PersonalizerError
Inheritance
PersonalizerError

Constructors

PersonalizerError()

Initializes a new instance of the PersonalizerError class.

PersonalizerError(String, String, String, IList<PersonalizerError>, InternalError)

Initializes a new instance of the PersonalizerError class.

Properties

Code

Gets or sets high level error code. Possible values include: 'BadRequest', 'ResourceNotFound', 'InternalServerError'

Details

Gets or sets an array of details about specific errors that led to this reported error.

InnerError

Gets or sets finer error details.

Message

Gets or sets a message explaining the error reported by the service.

Target

Gets or sets error source element.

Methods

Validate()

Validate the object.

Applies to