class Rake::Promise

def error?

Did the promise throw an error
def error?
  ! @error.equal?(NOT_SET)
end