Class FormRecognizerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.azure.core.exception.AzureException
com.azure.ai.formrecognizer.models.FormRecognizerException
All Implemented Interfaces:
Serializable

public class FormRecognizerException extends com.azure.core.exception.AzureException
General exception for FormRecognizer client-side related failures.
See Also:
  • Constructor Details

    • FormRecognizerException

      public FormRecognizerException(String message, List<FormRecognizerErrorInformation> errorInformationList)
      Initializes a new instance of FormRecognizerException class
      Parameters:
      message - Text containing the details of the exception.
      errorInformationList - The List of error information that caused the exception
  • Method Details