FILE_NOT_ANALYZED constant
RequestErrorCode
const FILE_NOT_ANALYZED
A request specified a FilePath which does not match a file in an analysis root, or the requested operation is not available for the file.
Implementation
static const RequestErrorCode FILE_NOT_ANALYZED =
RequestErrorCode._('FILE_NOT_ANALYZED');