Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextAnalyticsError

Package version

Type describing an error from the Text Analytics service.

Hierarchy

  • TextAnalyticsError

Index

Properties

code

code: ErrorCode

Error code. A code describing the kind of error produced

Optional details

Details about specific errors that led to this reported error.

Optional innererror

innererror: InnerError

Inner error contains more specific information.

message

message: string

Error message. A message from the service explaining the error

Optional target

target: undefined | string

Error target. The target of the particular error (for example, the name of an invalid parameter)

Generated using TypeDoc