Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
func
(e RetryableError) Error() string {
10
return
e.err.Error()
11
}
12
13
func
Retryable(err error) *RetryableError {
14
return
&RetryableError{err}
Callers
15
main
Function · 0.80
failedStatus
Method · 0.80
TestStudioProjectReader_FileNotFound_ReturnsError
Function · 0.80
TestStudioProjectReaderInvalidJsonReturnsError
Function · 0.80
TestStudioProjectReaderAddToIgnoredFilesFileNotFoundReturnsError
Function · 0.80
TestStudioProjectReaderAddToIgnoredFilesInvalidJsonReturnsError
Function · 0.80
TestStudioProjectReaderAddToIgnoredFilesInvalidIgnoredFilesReturnsError
Function · 0.80
TestRunTimesOutWaitingForTestExecutionToFinish
Function · 0.80
TestRunFailsWithMissingFolder
Function · 0.80
TestRunFailsWithServerErrorOnStartExecution
Function · 0.80
TestRunFailsWithServerErrorOnCreateTestSet
Function · 0.80
TestRunFailsWithInvalidJsonOnCreateRelease
Function · 0.80
Calls
no outgoing calls
Tested by
15
TestStudioProjectReader_FileNotFound_ReturnsError
Function · 0.64
TestStudioProjectReaderInvalidJsonReturnsError
Function · 0.64
TestStudioProjectReaderAddToIgnoredFilesFileNotFoundReturnsError
Function · 0.64
TestStudioProjectReaderAddToIgnoredFilesInvalidJsonReturnsError
Function · 0.64
TestStudioProjectReaderAddToIgnoredFilesInvalidIgnoredFilesReturnsError
Function · 0.64
TestRunTimesOutWaitingForTestExecutionToFinish
Function · 0.64
TestRunFailsWithMissingFolder
Function · 0.64
TestRunFailsWithServerErrorOnStartExecution
Function · 0.64
TestRunFailsWithServerErrorOnCreateTestSet
Function · 0.64
TestRunFailsWithInvalidJsonOnCreateRelease
Function · 0.64
TestRunFailsWithBadRequestOnGetReleases
Function · 0.64
TestRunFailsWithBadRequestOnUploadPackage
Function · 0.64