blob: a5a377ff373933db50c037604091dfa2340989fd [file] [log] [blame] [view]
## pipeline errorcode
| module name(模块名) | error code(错误码) | describe(描述) |enumeration name(枚举)| Exception Class(类名)|
| -------- | -------- | ----- |-----|-----|
|pipeline |70001|Not a result set file(不是结果集文件)|NOT_A_RESULT_SET_FILE|PopelineErrorCodeSummary|
|pipeline |70002|Only result sets of type TABLE can be converted to CSV(只有table类型的结果集才能转为csv)|ONLY_RESULT_CONVERTED_TO_CSV|PopelineErrorCodeSummary|
|pipeline |70003|Not a result set file(不是结果集文件)|NOT_A_RESULT_SET_FILE3|PopelineErrorCodeSummary|
|pipeline |70004|Only result sets of type Table can be converted to Excel(只有table类型的结果集才能转为excel)|ONLY_RESULT_CONVERTED_TO_EXCEL|PopelineErrorCodeSummary|
|pipeline |70005|empty dir!(空目录!)|EMPTY_DIR|PopelineErrorCodeSummary|
|pipeline |70006|Exporting multiple result sets to CSV is not supported(不支持多结果集导出为CSV)|EXPROTING_MULTIPLE|PopelineErrorCodeSummary|
|pipeline |70007|Illegal out script statement(非法的out脚本语句)|ILLEGAL_OUT_SCRIPT|PopelineErrorCodeSummary|
|pipeline |70008|Unsupport output type(不支持输出类型)|UNSUPPORT_OUTPUT_TYPE|PopelineErrorCodeSummary|