MCPcopy
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
491func (e *APIError) WithRetryable() *APIError {
492 e.Retryable = true
493 return e
494}
495
496func (e *APIError) WithCause(cause error) *APIError {
497 e.Cause = cause

Calls

no outgoing calls