Body returns the raw bytes of the response
()
| 645 | |
| 646 | // Body returns the raw bytes of the response |
| 647 | func (e GenericOpenAPIError) Body() []byte { |
| 648 | return e.body |
| 649 | } |
| 650 | |
| 651 | // Model returns the unpacked model of the error |
| 652 | func (e GenericOpenAPIError) Model() interface{} { |
no outgoing calls