MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / Error

Method Error

admin/client/client.go:642–644  ·  view source on GitHub ↗

Error returns non-empty string if there was an error.

()

Source from the content-addressed store, hash-verified

640
641// Error returns non-empty string if there was an error.
642func (e GenericOpenAPIError) Error() string {
643 return e.error
644}
645
646// Body returns the raw bytes of the response
647func (e GenericOpenAPIError) Body() []byte {

Callers 15

RunMethod · 0.80
generateTrafficMethod · 0.80
TestBasicFunctionFunction · 0.80
RunMethod · 0.80
WaitForReadyMethod · 0.80
handleRestErrorMethod · 0.80
TestHttpTubeFunction · 0.80
makeTubeServiceMethod · 0.80
WaitUntilSignalFunction · 0.80
RunProcessFunction · 0.80

Calls

no outgoing calls

Tested by 7

TestBasicFunctionFunction · 0.64
TestHttpTubeFunction · 0.64
TestFunctionSerdeFunction · 0.64
TestFunctionSerdeWithNilFunction · 0.64
TestHttpTubeHandleRecordFunction · 0.64