Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextAnalyticsError

Package version

An interface representing TextAnalyticsError.

Hierarchy

  • TextAnalyticsError

Index

Properties

code

Error code. Possible values include: 'invalidRequest', 'invalidArgument', 'internalServerError', 'serviceUnavailable'

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.

Optional target

target: undefined | string

Error target.

Generated using TypeDoc