MCPcopy Create free account
hub / github.com/apache/mesos / error

Method error

src/executor/executor.cpp:642–651  ·  view source on GitHub ↗

Helper for injecting an ERROR event.

Source from the content-addressed store, hash-verified

640
641 // Helper for injecting an ERROR event.
642 void error(const string& message)
643 {
644 Event event;
645 event.set_type(Event::ERROR);
646
647 Event::Error* error = event.mutable_error();
648 error->set_message(message);
649
650 receive(event, true);
651 }
652
653 void _send(
654 const id::UUID& _connectionId,

Callers

nothing calls this directly

Calls 1

receiveFunction · 0.50

Tested by

no test coverage detected