[][src]Type Definition gameshell::Feedback

type Feedback = Result<String, String>;

Feedback provided by the interpreter. All results are either a success string or an error string. Errors will abort any nested expressions and return the error immediately.