GET_IMPORTED_ELEMENTS_INVALID_FILE constant

RequestErrorCode const GET_IMPORTED_ELEMENTS_INVALID_FILE

An "analysis.getImportedElements" request specified a FilePath that does not match a file currently subject to analysis.

Implementation

static const RequestErrorCode GET_IMPORTED_ELEMENTS_INVALID_FILE =
    RequestErrorCode._('GET_IMPORTED_ELEMENTS_INVALID_FILE');