PersonalizerError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |