Package version:

Interface TextAnalysisError

Type describing an API error.

Hierarchy

  • TextAnalysisError

Properties

Properties

code: string

A code describing the kind of error produced. See KnownTextAnalysisErrorCode.

message: string

A message from the service explaining the error

target?: string

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

Generated using TypeDoc