你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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