typeRootHookstype RootHooks struct { AfterError []Hook }Application-wide failure hooks for errors raised before a resource resolves.Source core/hook.go:110AfterError:[]HookObserve application-wide operation failures.