Package ai.tock.bot.engine.config
Class RAGError
-
- All Implemented Interfaces:
public final class RAGErrorThe RAG error.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringerrorMessageprivate final ObjecterrorDetail
-
Method Summary
Modifier and Type Method Description final StringgetErrorMessage()final ObjectgetErrorDetail()-
-
Method Detail
-
getErrorMessage
final String getErrorMessage()
-
getErrorDetail
final Object getErrorDetail()
-
-
-
-