We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe127a commit b39a365Copy full SHA for b39a365
1 file changed
server.go
@@ -46,7 +46,7 @@ type Representation struct {
46
}
47
48
type ObjectError struct {
49
- Code string `json:"code"`
+ Code int `json:"code"`
50
Message string `json:"message"`
51
52
0 commit comments