PersonalizerError interface
The error object.
Properties
code | High level error code. Possible values include: 'BadRequest', 'ResourceNotFound', 'InternalServerError' |
details | An array of details about specific errors that led to this reported error. |
inner |
Finer error details. |
message | A message explaining the error reported by the service. |
target | Error source element. |
Property Details
code
High level error code. Possible values include: 'BadRequest', 'ResourceNotFound', 'InternalServerError'
code: ErrorCode
Property Value
details
An array of details about specific errors that led to this reported error.
details?: PersonalizerError[]
Property Value
innerError
message
A message explaining the error reported by the service.
message: string
Property Value
string
target
Error source element.
target?: string
Property Value
string