X Tutup
Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.41 KB

File metadata and controls

16 lines (13 loc) · 1.41 KB

linkis-pes-client errorcode

module name(模块名) error code(错误码) describe(描述) enumeration name(枚举) Exception Class(类名)
linkis-pes-client 80015 create context failed(创建上下文失败) CREATE_CONTEXT_FAILED CsClientErrorCodeSummary
linkis-pes-client 80015 get context value failed(获取上下文值失败) GET_CONTEXT_VALUE_FAILED CsClientErrorCodeSummary
linkis-pes-client 80015 update context failed(更新上下文失败) UPDATE_CONTEXT_FAILED CsClientErrorCodeSummary
linkis-pes-client 80015 reset context failed(重置上下文失败) RESET_CONTEXT_FAILED CsClientErrorCodeSummary
linkis-pes-client 80015 remove context failed(刪除上下文失败) REMOVE_CONTEXT_FAILED CsClientErrorCodeSummary
linkis-pes-client 80015 bind context id failed(绑定上下文 ID 失败) BIND_CONTEXTID_FAILED CsClientErrorCodeSummary
linkis-pes-client 80015 search condition failed(搜索失败) SEARCH_CONDITION_FAILED CsClientErrorCodeSummary
linkis-pes-client 80015 execute failed(执行失败) EXECUTE_FALIED CsClientErrorCodeSummary
linkis-pes-client 80017 searchHAIDByTime failed(搜索HAIDByTime失败) HAIDBYTIME_FAILED CsClientErrorCodeSummary
linkis-pes-client 80017 batch Clear Context By HAID failed(通过 HAID 批量清除上下文失败) CLEAR_CONTEXT_HAID_FAILED CsClientErrorCodeSummary
X Tutup