GET_KYTHE_ENTRIES_INVALID_FILE constant
RequestErrorCode
const GET_KYTHE_ENTRIES_INVALID_FILE
An "analysis.getKytheEntries" request specified a FilePath that does not match a file that is currently subject to analysis.
Implementation
static const RequestErrorCode GET_KYTHE_ENTRIES_INVALID_FILE =
RequestErrorCode._('GET_KYTHE_ENTRIES_INVALID_FILE');