We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ee761 commit 5ca1ae7Copy full SHA for 5ca1ae7
authzed/api/v1/error_reason.proto
@@ -413,4 +413,18 @@ enum ErrorReason {
413
// }
414
415
ERROR_REASON_TRANSACTION_METADATA_TOO_LARGE = 29;
416
+
417
+ // The request failed because a deprecated relation or namespace was used.
418
+ //
419
+ // Example of an ErrorInfo:
420
421
+ // {
422
+ // "reason": "ERROR_REASON_DEPRECATED_RELATION_OR_NAMESPACE",
423
+ // "domain": "authzed.com",
424
+ // "metadata": {
425
+ // "deprecation_type": "somedeprecationtype",
426
+ // "deprecation_comments": "somecomments",
427
+ // }
428
429
+ ERROR_REASON_DEPRECATED_RELATION_OR_NAMESPACE = 30;
430
}
0 commit comments