refactor: add field to APIError struct
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user