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