Class DocumentModelOperationException

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

public final class DocumentModelOperationException extends com.azure.core.exception.AzureException
Exception for failures related to errors encountered during document analysis, or creation operation.
See Also:
  • Constructor Details

    • DocumentModelOperationException

      public DocumentModelOperationException(DocumentModelOperationError documentModelOperationError)
      Constructs a new DocumentModelOperationException
      Parameters:
      documentModelOperationError - the documentModelOperationError underlying this exception
  • Method Details

    • getDocumentModelOperationError

      public DocumentModelOperationError getDocumentModelOperationError()
      Get the error information for this exception.
      Returns:
      the error information for this exception.