The RunnerOutput object is defined here:
|
Failure { error: ErrorMessage }, |
The Output section of bin/pipe makes no mention of an error key:
https://github.com/algorithmiaio/langpacks/blob/master/langpack_guide.md#binpipe
In the existing Python runtime, you can see a encapsulating error key that wraps the error object, here:
https://github.com/algorithmiaio/langpacks/blob/master/libraries/python3-runtime/context/pipe#L66-L77
The RunnerOutput object is defined here:
langpacks/src/message.rs
Line 16 in b35efaa
The
Outputsection of bin/pipe makes no mention of anerrorkey:https://github.com/algorithmiaio/langpacks/blob/master/langpack_guide.md#binpipe
In the existing Python runtime, you can see a encapsulating
errorkey that wraps the error object, here:https://github.com/algorithmiaio/langpacks/blob/master/libraries/python3-runtime/context/pipe#L66-L77