error abstract method

void error(
  1. SquadronException error
)

Sends a WorkerResponse with the specified error to the worker client. This method must be called from the worker only.

Implementation

void error(SquadronException error);