We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04c890 commit eb84316Copy full SHA for eb84316
1 file changed
authzed/api/v1/error_reason.proto
@@ -353,4 +353,15 @@ enum ErrorReason {
353
// "metadata": {}
354
// }
355
ERROR_REASON_INMEMORY_TOO_MANY_CONCURRENT_UPDATES = 24;
356
+
357
+ // The request failed because the precondition specified is empty.
358
+ //
359
+ // Example of an ErrorInfo:
360
361
+ // {
362
+ // "reason": "ERROR_REASON_EMPTY_PRECONDITION",
363
+ // "domain": "authzed.com",
364
+ // "metadata": {}
365
+ // }
366
+ ERROR_REASON_EMPTY_PRECONDITION = 25;
367
}
0 commit comments