Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/larksuite/cli
/ WithRetryable
Method
WithRetryable
errs/types.go:491–494 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
489
}
490
491
func
(e *APIError) WithRetryable() *APIError {
492
e.Retryable = true
493
return
e
494
}
495
496
func
(e *APIError) WithCause(cause error) *APIError {
497
e.Cause = cause
Callers
15
revokeHTTPStatusError
Function · 0.45
CallAPI
Method · 0.45
TestWithChain_ReturnsConcretePointer
Function · 0.45
TestNetworkError_SubtypeAndChain
Function · 0.45
TestBuilder_WithRetryable_OmittedWhenFalse
Function · 0.45
TestWithMarkdownUploadRetryVoidExhaustedAppendsHint
Function · 0.45
TestMarkdownUploadShouldRetryBranches
Function · 0.45
TestMarkdownUploadRetryExhaustedZeroRetriesKeepsOriginal
Function · 0.45
TestContactFanoutErrorSummary_HTTPStatus
Function · 0.45
TestContactFanoutAllFailedError_PreservesTypedProblem
Function · 0.45
apps_db_data_export.go
File · 0.45
putFileBytes
Function · 0.45
Calls
no outgoing calls
Tested by
8
TestWithChain_ReturnsConcretePointer
Function · 0.36
TestNetworkError_SubtypeAndChain
Function · 0.36
TestBuilder_WithRetryable_OmittedWhenFalse
Function · 0.36
TestWithMarkdownUploadRetryVoidExhaustedAppendsHint
Function · 0.36
TestMarkdownUploadShouldRetryBranches
Function · 0.36
TestMarkdownUploadRetryExhaustedZeroRetriesKeepsOriginal
Function · 0.36
TestContactFanoutErrorSummary_HTTPStatus
Function · 0.36
TestContactFanoutAllFailedError_PreservesTypedProblem
Function · 0.36