4.8. TM Errors¶
4.8.1. dyn.tm.errors module¶
This module contains all DynectDNS Errors. Each Error subclass inherits from the base DynectError class which is only ever directly raised if something completely unexpected happens TODO: add a DynectInvalidPermissionsError
-
exception
dyn.tm.errors.DynectAuthError(*args, **kwargs)[source]¶ Error raised if Authentication to Dynect failed
-
exception
dyn.tm.errors.DynectInvalidArgumentError(arg, value, valid_args=None)[source]¶ Error raised if a given argument is determined to be invalid
-
exception
dyn.tm.errors.DynectCreateError(*args, **kwargs)[source]¶ Error raised if an API POST method returns with a failure
-
exception
dyn.tm.errors.DynectUpdateError(*args, **kwargs)[source]¶ Error raised if an API PUT method returns with a failure
-
exception
dyn.tm.errors.DynectGetError(*args, **kwargs)[source]¶ Error raised if an API PUT method returns with a failure