MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / NewNotImplementedException

Function NewNotImplementedException

pkg/error/error.go:245–251  ·  view source on GitHub ↗

NewNotImplementedException xxx

()

Source from the content-addressed store, hash-verified

243
244// NewNotImplementedException xxx
245func NewNotImplementedException() FinalError {
246 return NewGenericException(BasicError{
247 Code: NotImplementedException,
248 Message: "this method is not implemented",
249 Status: http.StatusInternalServerError,
250 }, nil)
251}
252
253// NewGenericException xxx
254func NewGenericException(err BasicError, lasterr error) FinalError {

Callers

nothing calls this directly

Calls 1

NewGenericExceptionFunction · 0.85

Tested by

no test coverage detected