neutron_lib.exceptions.extraroute module¶
-
exception
neutron_lib.exceptions.extraroute.
InvalidRoutes
(**kwargs)¶ Bases:
neutron_lib.exceptions.InvalidInput
-
message
= 'Invalid format for routes: %(routes)s, %(reason)s'¶
-
-
exception
neutron_lib.exceptions.extraroute.
RouterInterfaceInUseByRoute
(**kwargs)¶ Bases:
neutron_lib.exceptions.InUse
-
message
= 'Router interface for subnet %(subnet_id)s on router %(router_id)s cannot be deleted, as it is required by one or more routes.'¶
-
-
exception
neutron_lib.exceptions.extraroute.
RoutesExhausted
(**kwargs)¶ Bases:
neutron_lib.exceptions.BadRequest
-
message
= 'Unable to complete operation for %(router_id)s. The number of routes exceeds the maximum %(quota)s.'¶
-