i create a job and queued the job use Bus,
inside the job i throw error message use $this->fail('error message') when condition not match
how to get the error message, currently i use Bus::findBatch($batchId) but no error message found
i expected way to get error message from jobe