| 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 bcaf2f8a779d2aac634b2709a2f6e840a8097b26..a8397282ca32dcc21317fa98021a066cf7a6a38c 100644
|
| --- a/runtime/observatory/lib/src/service/object.dart
|
| +++ b/runtime/observatory/lib/src/service/object.dart
|
| @@ -42,7 +42,10 @@ class ServerRpcException extends RpcException {
|
| static const kStreamNotSubscribed = 104;
|
| static const kIsolateMustBeRunnable = 105;
|
| static const kIsolateMustBePaused = 106;
|
| - static const kIsolateIsReloading = 107;
|
| + static const kIsolateIsReloading = 1000;
|
| + static const kFileSystemAlreadyExists = 1001;
|
| + static const kFileSystemDoesNotExist = 1002;
|
| + static const kFileDoesNotExist = 1003;
|
|
|
| int code;
|
| Map data;
|
|
|