Error returns non-empty string if there was an error.
()
| 533 | |
| 534 | // Error returns non-empty string if there was an error. |
| 535 | func (e GenericOpenAPIError) Error() string { |
| 536 | return e.error |
| 537 | } |
| 538 | |
| 539 | // Body returns the raw bytes of the response |
| 540 | func (e GenericOpenAPIError) Body() []byte { |
no outgoing calls