neutron_lib.callbacks.exceptions module¶
-
exception
neutron_lib.callbacks.exceptions.
CallbackFailure
(errors)¶ Bases:
neutron_lib.exceptions.MultipleExceptions
-
property
inner_exceptions
¶ The list of unpacked errors for this exception.
- Returns
A list of unpacked errors for this exception. An unpacked error is the Exception’s ‘error’ attribute if it inherits from NotificationError, otherwise it’s the exception itself.
-
property
-
exception
neutron_lib.callbacks.exceptions.
Invalid
(**kwargs)¶ Bases:
neutron_lib.exceptions.NeutronException
-
message
= "The value '%(value)s' for %(element)s is not valid."¶
-