MCPcopy Index your code
hub / github.com/larksuite/cli / WithCause

Method WithCause

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

Source from the content-addressed store, hash-verified

146}
147
148func (e *ValidationError) WithCause(cause error) *ValidationError {
149 e.Cause = cause
150 return e
151}
152
153// =========================== AuthenticationError =============================
154

Callers 1

baseValidationErrorfFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected