Skip to content

Commit

Permalink
Add CommunicationFault to AuthTokenValidator
Browse files Browse the repository at this point in the history
Signed-off-by: Cornelius Claussen <[email protected]>
  • Loading branch information
corneliusclaussen committed Jun 26, 2024
1 parent 35bc83d commit 9d6f245
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions errors/auth_token_validator.yaml
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions interfaces/auth_token_validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ cmds:
Result object containing validation result
type: object
$ref: /authorization#/ValidationResult
errors:
- reference: /errors/auth_token_validator

0 comments on commit 9d6f245

Please sign in to comment.