From 9c745b79bbb6b6cc14334008ba6cc6a18032fe03 Mon Sep 17 00:00:00 2001 From: Nadja Reitzenstein Date: Sat, 12 Mar 2022 01:57:12 +0100 Subject: [PATCH] make compile for Rust --- authenticationsystem.capnp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authenticationsystem.capnp b/authenticationsystem.capnp index bd05dac..facfee8 100644 --- a/authenticationsystem.capnp +++ b/authenticationsystem.capnp @@ -28,7 +28,7 @@ struct Response { # a human-readable error message. } union { - error :group { + failed :group { code @0 :Error; # Error code indicating the cause of the error