Package com.longbridge.agent
Class ConversationError
- java.lang.Object
-
- com.longbridge.agent.ConversationError
-
public class ConversationError extends Object
Present when a conversation run failed.This describes a failure of the conversation run itself (the HTTP call succeeded, but the Agent's workflow ended in the
failedstatus) — it is unrelated toOpenApiException, which is thrown for request-level failures (network, auth, malformed request, etc).
-
-
Constructor Summary
Constructors Constructor Description ConversationError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()Returns the error code.StringgetMessage()Returns the error message.StringtoString()
-