Class DocumentModelOperationException

  • All Implemented Interfaces:
    Serializable

    public final class DocumentModelOperationException
    extends com.azure.core.exception.AzureException
    General exception for client-side related failures related to document model analysis, or creation operation.
    See Also:
    DocumentModelOperationError, Serialized Form
    • Constructor Detail

      • DocumentModelOperationException

        public DocumentModelOperationException()
    • Method Detail

      • getDocumentModelOperationError

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