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:strHuman-readable string describing the error that occurred.
-
params:dictQuery parameters that could not be deserialised.
-
details:dictDict of additional details relating to the error (e.g. validation errors).
Parameters¶
-
error_msg:strHuman-readable string describing the error that occurred.
-
params:dictQuery parameters that could not be deserialised.
-
**kwargsAdditional details relating to the error (e.g. validation errors).