X Tutup
Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.36 KB

File metadata and controls

12 lines (10 loc) · 1.36 KB

linkis-common errorcode

模块名(服务名) 错误码 描述 enumeration name(枚举) Exception Class(类名)
linkis-common 11000 Engine failed to start(引擎启动失败) ENGINE_FAILED_STARTED LinkisCommonsErrorCodeSummary
linkis-common 20000 User is empty in the parameters of the request engine(请求引擎的参数中user为空) ENGINE_LAUNCH_REQUEST_USER_BLANK LinkisComputationGovernanceErrorCodeSummary
linkis-common 20001 The creator is empty in the parameter requesting to start the engine(请求启动引擎的参数中creator为空) ENGINE_LAUNCH_REQUEST_CREATOR_BLANK LinkisComputationGovernanceErrorCodeSummary
linkis-common 20002 Engine initialization failed(引擎初始化失败) ENGINE_INIT_FAILED LinkisComputationGovernanceErrorCodeSummary
linkis-common 20100 User is empty in the parameters of the request engine(请求引擎的参数中user为空) AM_EM_NOT_FOUND LinkisComputationGovernanceErrorCodeSummary
linkis-common 321 Failed to start under certain circumstances(在某种情况下启动失败) EngineManagerErrorException LinkisErrorCodeSummary
linkis-common 10000 Error code definition exceeds the maximum value or is less than the minimum value(错误码定义超过最大值或者小于最小值) VALIDATE_ERROR_CODE_FAILED LinkisFrameErrorCodeSummary
X Tutup