Class DocumentModelOperationException

All Implemented Interfaces:
Serializable

public final class DocumentModelOperationException extends 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.