We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d3cfd commit efc9bbdCopy full SHA for efc9bbd
types.go
@@ -495,11 +495,12 @@ type (
495
496
// ErrorResponseDetail struct
497
ErrorResponseDetail struct {
498
- Field string `json:"field"`
499
- Issue string `json:"issue"`
500
- Name string `json:"name"`
501
- Message string `json:"message"`
502
- Links []Link `json:"link"`
+ Field string `json:"field"`
+ Issue string `json:"issue"`
+ Name string `json:"name"`
+ Message string `json:"message"`
+ Description string `json:"description"`
503
+ Links []Link `json:"link"`
504
}
505
506
// ErrorResponse https://developer.paypal.com/docs/api/errors/
0 commit comments