MCPcopy Create free account
hub / github.com/UiPath/uipathcli / Error

Method Error

utils/resiliency/retryable_error.go:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7}
8
9func (e RetryableError) Error() string {
10 return e.err.Error()
11}
12
13func Retryable(err error) *RetryableError {
14 return &RetryableError{err}

Calls

no outgoing calls