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 966ee68 commit 581da2fCopy full SHA for 581da2f
batch.go
@@ -65,7 +65,7 @@ type Batch struct {
65
Endpoint BatchEndpoint `json:"endpoint"`
66
Errors *struct {
67
Object string `json:"object,omitempty"`
68
- Data struct {
+ Data []struct {
69
Code string `json:"code,omitempty"`
70
Message string `json:"message,omitempty"`
71
Param *string `json:"param,omitempty"`
0 commit comments