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

Method Err

extension/platform/invocation.go:37–37  ·  view source on GitHub ↗

Err is the error the wrapped handler returned. Populated for After observers and the post-next portion of a Wrapper. nil before the handler runs.

()

Source from the content-addressed store, hash-verified

35 // After observers and the post-next portion of a Wrapper. nil
36 // before the handler runs.
37 Err() error
38
39 // DeniedByPolicy reports whether the command was rejected by either
40 // strict-mode or user-layer policy before the chain reached the

Callers 15

walkMethod · 0.65
PollAppRegistrationFunction · 0.65
PollDeviceTokenFunction · 0.65
ScanMethod · 0.65
runExecCommandFunction · 0.65
ParseWaiversFunction · 0.65
sleepForRetryFunction · 0.65
runCommandFunction · 0.65
ParseLegacyCommandsFunction · 0.65
ParseLegacyFlagsFunction · 0.65
RunNpmInstallMethod · 0.65

Implementers 2

invocationinternal/hook/invocation.go
stubInvocationcmd/platform_guards_test.go

Calls

no outgoing calls