Uses of Class
com.microsoft.semantickernel.planner.PlanningException.ErrorCodes
-
Packages that use PlanningException.ErrorCodes Package Description com.microsoft.semantickernel.planner -
-
Uses of PlanningException.ErrorCodes in com.microsoft.semantickernel.planner
Methods in com.microsoft.semantickernel.planner that return PlanningException.ErrorCodes Modifier and Type Method Description PlanningException.ErrorCodesPlanningException. getErrorCode()Gets the error codestatic PlanningException.ErrorCodesPlanningException.ErrorCodes. valueOf(String name)Returns the enum constant of this type with the specified name.static PlanningException.ErrorCodes[]PlanningException.ErrorCodes. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.microsoft.semantickernel.planner with parameters of type PlanningException.ErrorCodes Constructor Description PlanningException(PlanningException.ErrorCodes error)PlanningException(PlanningException.ErrorCodes errorCode, String message)Initializes a new instance of the PlanningException class with a provided error code and messagePlanningException(PlanningException.ErrorCodes errorCode, String message, Throwable innerException)Initializes a new instance of the PlanningException class with a provided error code, message, and inner exception.
-