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

Function NewAccountProblemException

pkg/error/error.go:304–311  ·  view source on GitHub ↗

NewAccountProblemException xxx

(cause string, lasterr error)

Source from the content-addressed store, hash-verified

302
303// NewAccountProblemException xxx
304func NewAccountProblemException(cause string, lasterr error) FinalError {
305 return NewGenericException(BasicError{
306 Code: AccountProblemException,
307 Cause: cause,
308 Message: "There is a problem with your account",
309 Status: http.StatusForbidden,
310 }, lasterr)
311}
312
313// NewInvalidInvokeCallerException xxx
314func NewInvalidInvokeCallerException(cause string, lasterr error) FinalError {

Callers

nothing calls this directly

Calls 1

NewGenericExceptionFunction · 0.85

Tested by

no test coverage detected