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