Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextAnalysisError

Package version

Type describing an API error.

Hierarchy

  • TextAnalysisError

Index

Properties

Properties

code

code: string

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

message

message: string

A message from the service explaining the error

Optional target

target: undefined | string

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

Generated using TypeDoc