Response.getKytheEntriesInvalidFile constructor

Response.getKytheEntriesInvalidFile(
  1. Request request
)

Initialize a newly created instance to represent the GET_KYTHE_ENTRIES_INVALID_FILE error condition.

Implementation

Response.getKytheEntriesInvalidFile(Request request)
    : this(request.id,
          error: RequestError(RequestErrorCode.GET_KYTHE_ENTRIES_INVALID_FILE,
              'Error during `analysis.getKytheEntries`: invalid file.'));