Error returns non-empty string if there was an error.
()
| 546 | |
| 547 | // Error returns non-empty string if there was an error. |
| 548 | func (e GenericOpenAPIError) Error() string { |
| 549 | return e.error |
| 550 | } |
| 551 | |
| 552 | // Body returns the raw bytes of the response |
| 553 | func (e GenericOpenAPIError) Body() []byte { |
no outgoing calls