SORT_MEMBERS_PARSE_ERRORS constant

RequestErrorCode const SORT_MEMBERS_PARSE_ERRORS

An "edit.sortMembers" request specified a Dart file that has scan or parse errors.

Implementation

static const RequestErrorCode SORT_MEMBERS_PARSE_ERRORS =
    RequestErrorCode._('SORT_MEMBERS_PARSE_ERRORS');