An example is in actions/delete_wan.py, getting a WAN ID from a short name (and checking that the WAN exists). We'd need some way for the utility functions to signal failure (eg. in case there's no WAN by that name) and what the error was, so the action can propogate the error text upwards.
An example is in
actions/delete_wan.py
, getting a WAN ID from a short name (and checking that the WAN exists). We'd need some way for the utility functions to signal failure (eg. in case there's no WAN by that name) and what the error was, so the action can propogate the error text upwards.