MCPcopy
hub / github.com/cortexlabs/cortex / Error

Method Error

pkg/lib/errors/error.go:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func (cortexError *Error) Error() string {
40 return cortexError.Message
41}
42
43func (cortexError *Error) StackTrace() pkgerrors.StackTrace {
44 stackTrace := make([]pkgerrors.Frame, len(*cortexError.stack))

Callers 15

AddAPIMethod · 0.80
AwakenMethod · 0.80
ScaleMethod · 0.80
TestListDirRecursiveFunction · 0.80
MessageFunction · 0.80
MessageFirstLineFunction · 0.80
WithStackFunction · 0.80
ListOfErrorsFunction · 0.80
TestFloat64PtrAvgFunction · 0.80
GetECRAuthConfigMethod · 0.80
TestParseInstanceTypeFunction · 0.80
IsAdminMethod · 0.80

Calls

no outgoing calls

Tested by 15

TestListDirRecursiveFunction · 0.64
TestFloat64PtrAvgFunction · 0.64
TestParseInstanceTypeFunction · 0.64
CheckZipFunction · 0.64
CheckTarFunction · 0.64
CheckTgzFunction · 0.64
TestSemaphoreReleaseFunction · 0.64
expectFailureMethod · 0.64