Uses of Class
com.microsoft.semantickernel.exceptions.ConfigurationException.ErrorCodes
-
Packages that use ConfigurationException.ErrorCodes Package Description com.microsoft.semantickernel.exceptions -
-
Uses of ConfigurationException.ErrorCodes in com.microsoft.semantickernel.exceptions
Methods in com.microsoft.semantickernel.exceptions that return ConfigurationException.ErrorCodes Modifier and Type Method Description ConfigurationException.ErrorCodesConfigurationException. getErrorCode()static ConfigurationException.ErrorCodesConfigurationException.ErrorCodes. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationException.ErrorCodes[]ConfigurationException.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 ConfigurationException.ErrorCodes Constructor Description ConfigurationException(ConfigurationException.ErrorCodes error)ConfigurationException(ConfigurationException.ErrorCodes errorCode, String message)ConfigurationException(ConfigurationException.ErrorCodes errorCode, String message, Throwable innerException)
-