TextAnalyticsError interface
Type describing an error from the Text Analytics service.
Properties
code | A code describing the kind of error produced |
message | A message from the service explaining the error |
target | The target of the particular error (for example, the name of an invalid parameter) |
Property Details
code
A code describing the kind of error produced
code: string
Property Value
string
message
A message from the service explaining the error
message: string
Property Value
string
target
The target of the particular error (for example, the name of an invalid parameter)
target?: string
Property Value
string