Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FormRecognizerError

Package version

A class representing an Error from the Form Recognizer Service.

For information about the error codes the service produces, refer to the service's error documentation:

https://aka.ms/azsdk/formrecognizer/errors

Hierarchy

  • any
    • FormRecognizerError

Index

Properties

Properties

code

code: string

The error code.

Example: InternalServerError

details

details: ErrorModel[]

A list of detailed errors that are related to this error.

Optional target

target: undefined | string

The target of the error (the component or resource that the error refers to).

Generated using TypeDoc