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