diff --git a/status/types.proto b/status/types.proto index cc3f2b7..80aaf0f 100644 --- a/status/types.proto +++ b/status/types.proto @@ -97,4 +97,7 @@ enum Object { // Details: // - [**0**] Human-readable description. ACCESS_DENIED = 0; + // [**2049**] Object not found. + OBJECT_NOT_FOUND = 1; +} } \ No newline at end of file