Response.sortMembersParseErrors constructor
Initialize a newly created instance to represent the SORT_MEMBERS_PARSE_ERRORS error condition.
Implementation
Response.sortMembersParseErrors(Request request, int numErrors)
: this(request.id,
error: RequestError(RequestErrorCode.SORT_MEMBERS_PARSE_ERRORS,
'Error during `edit.sortMembers`: file has $numErrors scan/parse errors.'));