ErrorResponse Class

The top-level response that represents a failed request.

Variables are only populated by the server, and will be ignored when sending a request.

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

Inheritance
azure.cognitiveservices.language.spellcheck.models._models_py3.Response
ErrorResponse

Constructor

ErrorResponse(*, errors, **kwargs)

Parameters

_type
str
Required

Required. Constant filled by server.

errors
list[Error]
Required

Required. A list of errors that describe the reasons why the request failed.

Variables

id
str

A String identifier.