weaver.warning

Warnings emitted during the weaver flow.

Module Contents

exception weaver.warning.TimeZoneInfoAlreadySetWarning[source]

Bases: Warning

Warn when trying to obtain a localized time with already defined time-zone info.

exception weaver.warning.DisabledSSLCertificateVerificationWarning[source]

Bases: Warning

Warn when an option to disable SSL certificate verification is employed for some operations.

exception weaver.warning.UnsupportedOperationWarning[source]

Bases: Warning

Warn about an operation not yet implemented or unsupported according to context.

exception weaver.warning.NonBreakingExceptionWarning[source]

Bases: Warning

Warn about an exception that is handled (ex: caught in try/except block) but still unexpected.

exception weaver.warning.MissingParameterWarning[source]

Bases: Warning

Warn about an expected but missing parameter.