kernel_exceptions Module
Classes
| KernelException |
The base class for all Semantic Kernel exceptions. |
| KernelFunctionAlreadyExistsError |
Raised when a function is already registered in the kernel. |
| KernelFunctionNotFoundError |
Raised when a function is not found in the kernel. |
| KernelInvokeException |
Raised when an error occurs while invoking a function in the kernel. |
| KernelPluginInvalidConfigurationError |
Raised when a plugin configuration is invalid. |
| KernelPluginNotFoundError |
Raised when a plugin is not found in the kernel. |
| KernelServiceNotFoundError |
Raised when a service is not found in the kernel. |
| OperationCancelledException |
Raised when an operation is cancelled. |