Body returns the raw bytes of the response
()
| 551 | |
| 552 | // Body returns the raw bytes of the response |
| 553 | func (e GenericOpenAPIError) Body() []byte { |
| 554 | return e.body |
| 555 | } |
| 556 | |
| 557 | // Model returns the unpacked model of the error |
| 558 | func (e GenericOpenAPIError) Model() interface{} { |
no outgoing calls