PersonalizerError Class

The error object.

All required parameters must be populated in order to send to Azure.

Inheritance
PersonalizerError

Constructor

PersonalizerError(**kwargs)

Parameters

code
str or ErrorCode
Required

Required. High level error code. Possible values include: 'BadRequest', 'ResourceNotFound', 'InternalServerError'

message
str
Required

Required. A message explaining the error reported by the service.

target
str
Required

Error source element.

details
list[PersonalizerError]
Required

An array of details about specific errors that led to this reported error.

inner_error
InternalError
Required

Finer error details.