| Index: runtime/observatory/lib/src/service/object.dart
|
| diff --git a/runtime/observatory/lib/src/service/object.dart b/runtime/observatory/lib/src/service/object.dart
|
| index a8397282ca32dcc21317fa98021a066cf7a6a38c..981616ce4fc5318393e2ec596a62594c41fde00d 100644
|
| --- a/runtime/observatory/lib/src/service/object.dart
|
| +++ b/runtime/observatory/lib/src/service/object.dart
|
| @@ -46,6 +46,7 @@ class ServerRpcException extends RpcException {
|
| static const kFileSystemAlreadyExists = 1001;
|
| static const kFileSystemDoesNotExist = 1002;
|
| static const kFileDoesNotExist = 1003;
|
| + static const kIsolateReloadFailed = 1004;
|
|
|
| int code;
|
| Map data;
|
|
|