Response.getImportedElementsInvalidFile constructor
Response.getImportedElementsInvalidFile(
- Request request
Initialize a newly created instance to represent the GET_IMPORTED_ELEMENTS_INVALID_FILE error condition.
Implementation
Response.getImportedElementsInvalidFile(Request request)
: this(request.id,
error: RequestError(
RequestErrorCode.GET_IMPORTED_ELEMENTS_INVALID_FILE,
'Error during `analysis.getImportedElements`: invalid file.'));