INVALID_ANALYSIS_ROOT constant
RequestErrorCode
const INVALID_ANALYSIS_ROOT
A path passed as an argument to a request (such as analysis.reanalyze) is required to be an analysis root, but isn't.
Implementation
static const RequestErrorCode INVALID_ANALYSIS_ROOT =
RequestErrorCode._('INVALID_ANALYSIS_ROOT');