Uses of Enum Class
com.github.copilot.generated.rpc.AgentRegistryLogCaptureOpenErrorReason
Packages that use AgentRegistryLogCaptureOpenErrorReason
-
Uses of AgentRegistryLogCaptureOpenErrorReason in com.github.copilot.generated.rpc
Subclasses with type arguments of type AgentRegistryLogCaptureOpenErrorReason in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumCategorized reason for log-open failureMethods in com.github.copilot.generated.rpc that return AgentRegistryLogCaptureOpenErrorReasonModifier and TypeMethodDescriptionAgentRegistryLogCapture.openErrorReason()Returns the value of theopenErrorReasonrecord component.Returns the enum constant of this class with the specified name.AgentRegistryLogCaptureOpenErrorReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type AgentRegistryLogCaptureOpenErrorReasonModifierConstructorDescriptionAgentRegistryLogCapture(Boolean enabled, String path, String openError, AgentRegistryLogCaptureOpenErrorReason openErrorReason) Creates an instance of aAgentRegistryLogCapturerecord class.