TaskError typedef

TaskError = ({Object error, int id})

Implementation

typedef TaskError = ({int id, Object error});