Response.getNavigationInvalidFile constructor

Response.getNavigationInvalidFile(
  1. Request request
)

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.'));