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

Method WithHint

errs/types.go:476–479  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

474}
475
476func (e *APIError) WithHint(format string, args ...any) *APIError {
477 e.Hint = formatMessage(format, args)
478 return e
479}
480
481func (e *APIError) WithLogID(logID string) *APIError {
482 e.LogID = logID

Callers 15

WrapDoAPIErrorFunction · 0.45
newTokenMissingErrorFunction · 0.45
RequireConfirmationFunction · 0.45
CheckIdentityMethod · 0.45
CheckStrictModeMethod · 0.45
ValidateFileFlagFunction · 0.45
BuildFormdataFunction · 0.45
BuildDenialErrorFunction · 0.45
NotConfiguredErrorFunction · 0.45

Calls 1

formatMessageFunction · 0.85