interface ExecutionError {
    error_message: string;
    error_type: string;
}

Properties

error_message: string
error_type: string