To get the details of the failure .
try any one of this .

SELECT JOB FROM DBA_JOBS WHERE BROKEN = 'Y';

SELECT FAILURES, JOB FROM DBA_JOBS;

Hope this helps