Response.sortMembersParseErrors constructor

Response.sortMembersParseErrors(
  1. Request request,
  2. int numErrors
)

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