SiteGloopErrors module¶
Error Exceptions for SiteGloop.
-
exception
SiteGloopErrors.InvalidHostname(message='Provided hostname is not a FQDN.')¶ Bases:
ExceptionException raised when a provided hostname is not a FQDN.
- Parameters
message (str) – Human readable string describing the exception
-
message¶ Human readable string describing the exception
- Type
str
-
exception
SiteGloopErrors.NoConnectorError(message='No aiohttp Connector Established')¶ Bases:
ExceptionException raised when there is no aiohttp connector.
- Parameters
message (str) – Human readable string describing the exception
-
message¶ Human readable string describing the exception
- Type
str
-
exception
SiteGloopErrors.SitemapUrlError(message='Error with Sitemap URL')¶ Bases:
ExceptionException raised when an error is encountered with the Sitemap URL.
- Parameters
message (str) – Human readable string describing the exception
-
message¶ Human readable string describing the exception
- Type
str