The oslo_db.warning Module

The oslo_db.warning Module

Custom warnings.

exception oslo_db.warning.NotSupportedWarning

Bases: exceptions.Warning

Warn that an argument or call that was passed is not supported.

This subclasses Warning so that it can be filtered as a distinct category.

exception oslo_db.warning.OsloDBDeprecationWarning

Bases: exceptions.DeprecationWarning

Issued per usage of a deprecated API.

This subclasses DeprecationWarning so that it can be filtered as a distinct category.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.