Class FormRecognizerErrorInformation

java.lang.Object
com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation

public final class FormRecognizerErrorInformation extends Object
The FormRecognizerErrorInformation model.
  • Constructor Details

    • FormRecognizerErrorInformation

      public FormRecognizerErrorInformation(String errorCode, String message)
      Constructs a FormRecognizerErrorInformation object.
      Parameters:
      errorCode - the error code returned by the service.
      message - the error message returned by the service
  • Method Details

    • getErrorCode

      public String getErrorCode()
      Get the error code property returned by the service.
      Returns:
      the error code property returned by the service.
    • getMessage

      public String getMessage()
      Get the message property returned by the service.
      Returns:
      the message property returned by the service.