eutils.exceptions¶
-
exception
eutils.exceptions.EutilsError[source]¶ Bases:
ExceptionBase class for all Eutils exceptions, and also used to raise general exception.
-
exception
eutils.exceptions.EutilsNCBIError[source]¶ Bases:
eutils.exceptions.EutilsErrorRaised when NCBI returns data that appears to be incorrect or invalid.
-
exception
eutils.exceptions.EutilsNotFoundError[source]¶ Bases:
eutils.exceptions.EutilsErrorRaised when the requested data is not available. (Used only by the
eutils.sketchy.clientxinterface currently.)
-
exception
eutils.exceptions.EutilsRequestError[source]¶ Bases:
eutils.exceptions.EutilsErrorRaised when NCBI responds with an error, such as when a non-existent database is specified.