| Index: pkg/analysis_server/lib/src/protocol.dart
|
| diff --git a/pkg/analysis_server/lib/src/protocol.dart b/pkg/analysis_server/lib/src/protocol.dart
|
| index bce1eb48e12bbc5caf26aaff965fdab7d2c70f2c..8fbec363a01cce3d3143790051630f78c8ed6ae9 100644
|
| --- a/pkg/analysis_server/lib/src/protocol.dart
|
| +++ b/pkg/analysis_server/lib/src/protocol.dart
|
| @@ -376,6 +376,11 @@ class RequestError {
|
| */
|
| static const int CODE_INTERNAL_ERROR = -32603;
|
|
|
| + /**
|
| + * An error code indicating a problem using the specified Dart SDK.
|
| + */
|
| + static const int CODE_SDK_ERROR = -32603;
|
| +
|
| /*
|
| * In addition, codes -32000 to -32099 indicate a server error. They are
|
| * reserved for implementation-defined server-errors.
|
|
|