Enum foxbox_thinkerbell::manager::Error
[−]
[src]
pub enum Error { NoSuchScriptError, SQLError(String), RunError(RunError), ParseError(String), }
A ScriptManager error.
Variants
NoSuchScriptError | The script you requested (by ID) does not exist. | |
SQLError | There was an error executing some SQL. | |
RunError | There was an error attempting to run a script. (See | |
ParseError | There was an error parsing the script's JSON. |