Skip to content

Commit 0cfd831

Browse files
committed
feat: update the error details response body content
1 parent 01eb901 commit 0cfd831

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -728,9 +728,9 @@ type (
728728
// ErrorResponseDetail struct
729729
ErrorResponseDetail struct {
730730
Field string `json:"field"`
731-
Issue string `json:"issue"`
732-
Name string `json:"name"`
733-
Message string `json:"message"`
731+
Value string `json:"value"`
732+
Location string `json:"location"`
733+
Issue string `json:"issue"`
734734
Description string `json:"description"`
735735
Links []Link `json:"link"`
736736
}

0 commit comments

Comments
 (0)