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