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