-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Refine error messages to include specific invalid values.
Updated error messages in `server/config/types.go` to provide more context by including the invalid value in the error description. Modified error definitions in `server/errors/errors.go` accordingly. Changed `Learning` field type in `BruteforceSection` to a pointer to `Feature` for consistency. Signed-off-by: Christian Roessner <[email protected]>
- Loading branch information
Christian Roessner
committed
Nov 13, 2024
1 parent
97eb328
commit c7f2bc8
Showing
3 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters