exceptions

This module defines exceptions raised by the rocon_scheduler_requests package.

These exception names are all included in the main rocon_scheduler_requests namespace. To catch one, import it this way:

from rocon_scheduler_requests import TransitionError
exception rocon_scheduler_requests.exceptions.TransitionError[source]

Error exception: invalid state transition.

exception rocon_scheduler_requests.exceptions.WrongRequestError[source]

Error exception: request update for the wrong UUID.

Previous topic

common

Next topic

requester

This Page