ORGANIZE_DIRECTIVES_ERROR constant

RequestErrorCode const ORGANIZE_DIRECTIVES_ERROR

An "edit.organizeDirectives" request specified a Dart file that cannot be analyzed. The reason is described in the message.

Implementation

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