MCPcopy Index your code
hub / github.com/devtron-labs/devtron / Body

Method Body

api/helm-app/openapiClient/client.go:553–555  ·  view source on GitHub ↗

Body returns the raw bytes of the response

()

Source from the content-addressed store, hash-verified

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

Callers 4

CreateArgoApplicationMethod · 0.80
TestCheckListFunction · 0.80
getAuthTokenFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestCheckListFunction · 0.64