Uses of Class
com.microsoft.semantickernel.KernelException.ErrorCodes
-
Packages that use KernelException.ErrorCodes Package Description com.microsoft.semantickernel -
-
Uses of KernelException.ErrorCodes in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that return KernelException.ErrorCodes Modifier and Type Method Description KernelException.ErrorCodesKernelException. getErrorCode()static KernelException.ErrorCodesKernelException.ErrorCodes. valueOf(String name)Returns the enum constant of this type with the specified name.static KernelException.ErrorCodes[]KernelException.ErrorCodes. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.microsoft.semantickernel with parameters of type KernelException.ErrorCodes Constructor Description KernelException(KernelException.ErrorCodes error)KernelException(KernelException.ErrorCodes errorCode, String message)KernelException(KernelException.ErrorCodes errorCode, String message, Throwable innerException)
-