mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 23:01:47 +01:00
Schema update™
This commit is contained in:
parent
2a14158a76
commit
3023fb2259
@ -11,7 +11,7 @@ using L10NString = import "utils.capnp".L10NString;
|
|||||||
using Session = import "main.capnp".Session;
|
using Session = import "main.capnp".Session;
|
||||||
|
|
||||||
struct Response {
|
struct Response {
|
||||||
enum Error {
|
enum Reason {
|
||||||
aborted @0;
|
aborted @0;
|
||||||
# This authentication exchange was aborted by either side.
|
# This authentication exchange was aborted by either side.
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ struct Response {
|
|||||||
# default set value meaning if a server fails to set any of the values, indicating some
|
# default set value meaning if a server fails to set any of the values, indicating some
|
||||||
# pretty severe server bugs, it is parsed as an "aborted" error.
|
# pretty severe server bugs, it is parsed as an "aborted" error.
|
||||||
|
|
||||||
result @0 :Error;
|
reason @0 :Reason;
|
||||||
action @1 :Action;
|
action @1 :Action;
|
||||||
description @2 :L10NString;
|
description @2 :L10NString;
|
||||||
# A human-readable error description that is designed to be shown to the user in case of
|
# A human-readable error description that is designed to be shown to the user in case of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user