pilot.ExecutionError

Class

ExecutionError contains information about execution errors of the TaskHandler.

Fields

long time

POSIX timestamp in [usec].

Hash64 jobid

Current program execution id. See vnx.Hash64.

string program_name

Name of the running program.

string error_message

The original error message from the language interpreter.

vector<StackFrame> stack

Execution stack, most recent first. See pilot.StackFrame.