class Lato::Operation

def output_error?

def output_error?
  active_job_output && !active_job_output['_error'].blank?
end