Uses of Enum Class
com.github.copilot.sdk.EventErrorPolicy
Packages that use EventErrorPolicy
-
Uses of EventErrorPolicy in com.github.copilot.sdk
Methods in com.github.copilot.sdk that return EventErrorPolicyModifier and TypeMethodDescriptionstatic EventErrorPolicyReturns the enum constant of this class with the specified name.static EventErrorPolicy[]EventErrorPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.copilot.sdk with parameters of type EventErrorPolicyModifier and TypeMethodDescriptionvoidCopilotSession.setEventErrorPolicy(EventErrorPolicy policy) Sets the error propagation policy for event dispatch.