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