SERVER_ALREADY_STARTED constant
RequestErrorCode
const SERVER_ALREADY_STARTED
The analysis server has already been started (and hence won't accept new connections).
This error is included for future expansion; at present the analysis server can only speak to one client at a time so this error will never occur.
Implementation
static const RequestErrorCode SERVER_ALREADY_STARTED =
RequestErrorCode._('SERVER_ALREADY_STARTED');