2
batch.go
2
batch.go
@@ -65,7 +65,7 @@ type Batch struct {
|
|||||||
Endpoint BatchEndpoint `json:"endpoint"`
|
Endpoint BatchEndpoint `json:"endpoint"`
|
||||||
Errors *struct {
|
Errors *struct {
|
||||||
Object string `json:"object,omitempty"`
|
Object string `json:"object,omitempty"`
|
||||||
Data struct {
|
Data []struct {
|
||||||
Code string `json:"code,omitempty"`
|
Code string `json:"code,omitempty"`
|
||||||
Message string `json:"message,omitempty"`
|
Message string `json:"message,omitempty"`
|
||||||
Param *string `json:"param,omitempty"`
|
Param *string `json:"param,omitempty"`
|
||||||
|
|||||||
Reference in New Issue
Block a user