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