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

Method WithCause

errs/types.go:496–499  ·  view source on GitHub ↗
(cause error)

Source from the content-addressed store, hash-verified

494}
495
496func (e *APIError) WithCause(cause error) *APIError {
497 e.Cause = cause
498 return e
499}
500
501// =========================== SecurityPolicyError =============================
502

Callers 15

WrapDoAPIErrorFunction · 0.45
classifySaveErrFunction · 0.45
newTokenMissingErrorFunction · 0.45
DoStreamMethod · 0.45
buildStreamBodyFunction · 0.45
BuildFormdataFunction · 0.45
ParseOptionalBodyFunction · 0.45
ParseJSONMapFunction · 0.45
RevokeTokenFunction · 0.45
revokeHTTPStatusErrorFunction · 0.45

Calls

no outgoing calls