Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::agent::AgentError Struct Reference

Present when a conversation run failed. More...

#include <types.hpp>

Public Attributes

int32_t code
 Error code. More...
 
std::string message
 Error message. More...
 

Detailed Description

Present when a conversation run failed.

Member Data Documentation

◆ code

int32_t longbridge::agent::AgentError::code

Error code.

◆ message

std::string longbridge::agent::AgentError::message

Error message.


The documentation for this struct was generated from the following file: