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