refactor: add field to APIError struct

This commit is contained in:
2025-11-02 22:39:04 -03:00
parent 92f13fba22
commit 01a7f33054
5 changed files with 25 additions and 3 deletions

View File

@@ -8,6 +8,10 @@ definitions:
details:
description: Additional error details
type: string
field:
description: Field name if applicable
example: name
type: string
message:
description: Human-readable error message
type: string