MCPcopy
hub / github.com/larksuite/cli / WithCode

Method WithCode

errs/types.go:486–489  ·  view source on GitHub ↗
(code int)

Source from the content-addressed store, hash-verified

484}
485
486func (e *APIError) WithCode(code int) *APIError {
487 e.Code = code
488 return e
489}
490
491func (e *APIError) WithRetryable() *APIError {
492 e.Retryable = true

Calls

no outgoing calls