Skip to main content

Documentation Index

Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

List of error codes returning, including their descriptions, actions, and required fields for resolution.

Socket Errors

Error CodeMessageActionRequired Fields
ERR_WS_INITSocket connection failedshowtoken, conversationId
ERR_WS_INITSocket connection timeoutshowtoken, conversationId
ERR_WS_INITSocket disconnectedshowtoken, conversationId
ERR_WS_INITSocket reconnection failedshowtoken, conversationId
ERR_WS_INITSocket errorshowtoken, conversationId

API Errors

Error CodeMessageActionRequired Fields
ERR_SETTINGS_API_FAILURESettings API failedshowbotId, channel
ERR_CHECKLIST_API_FAILUREChecklist API failedshowbotId
ERR_ASST_HISTORY_API_FAILUREAssist history API failedshowbotId, conversationId
ERR_MYBOT_HISTORY_API_FAILUREMyBot history API failedshowbotId, conversationId
ERR_FEEDBACK_API_FAILUREFeedback API failedshowtab, conversationId
ERR_SUMMARY_LOAD_FAILURESummary load failedshowconversationId, botId, channel, sessionId

Validation Errors

Error CodeMessageActionRequired Fields
ERR_TOKEN_INVALIDInvalid tokenshowtoken, botId
ERR_MISSING_REQ_FIELDSMissing required fields to send user messagesendUserMessageauthor, type, conversationId, value, botId
ERR_MISSING_REQ_FIELDSMissing required fields to send agent messagesendAgentMessageauthor, type, conversationId, value, botId

Miscellaneous Errors

Error CodeMessageActionRequired Fields
ERR_JS_CODEJS code failedshowNone