flowmachine.core.server.exceptions¶
Class FlowmachineServerError¶
FlowmachineServerError(error_msg)
Exception which indicates an error during zmq message processing.
Class QueryLoadError¶
QueryLoadError(error_msg: str, params: dict, **kwargs)
Exception which indicates an error while loading a query object from a dict of parameters.
Attributes¶
-
error_msg
:str
Human-readable string describing the error that occurred.
-
params
:dict
Query parameters that could not be deserialised.
-
details
:dict
Dict of additional details relating to the error (e.g. validation errors).
Parameters¶
-
error_msg
:str
Human-readable string describing the error that occurred.
-
params
:dict
Query parameters that could not be deserialised.
-
**kwargs
Additional details relating to the error (e.g. validation errors).