From 9d6f245b774e405bbb3d513c44a76dd50b1dfc3c Mon Sep 17 00:00:00 2001 From: Cornelius Claussen Date: Wed, 26 Jun 2024 17:44:27 +0200 Subject: [PATCH] Add CommunicationFault to AuthTokenValidator Signed-off-by: Cornelius Claussen --- errors/auth_token_validator.yaml | 6 ++++++ interfaces/auth_token_validator.yaml | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 errors/auth_token_validator.yaml diff --git a/errors/auth_token_validator.yaml b/errors/auth_token_validator.yaml new file mode 100644 index 000000000..9004b2859 --- /dev/null +++ b/errors/auth_token_validator.yaml @@ -0,0 +1,6 @@ +description: >- + Errors for Auth token validator +errors: + - name: CommunicationFault + description: >- + The communication to the hardware or underlying driver is lost or has errors. diff --git a/interfaces/auth_token_validator.yaml b/interfaces/auth_token_validator.yaml index 5c3cba7ca..7e83c55d3 100644 --- a/interfaces/auth_token_validator.yaml +++ b/interfaces/auth_token_validator.yaml @@ -13,3 +13,5 @@ cmds: Result object containing validation result type: object $ref: /authorization#/ValidationResult +errors: + - reference: /errors/auth_token_validator