refactor: add field to APIError struct
This commit is contained in:
@@ -297,6 +297,11 @@
|
||||
"description": "Additional error details",
|
||||
"type": "string"
|
||||
},
|
||||
"field": {
|
||||
"description": "Field name if applicable",
|
||||
"type": "string",
|
||||
"example": "name"
|
||||
},
|
||||
"message": {
|
||||
"description": "Human-readable error message",
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user