Module: Gnm::analysis_tools_error_code_t

Defined in:
(unknown)

Constant Summary collapse

NOERR =
0 or :noerr
REPORTED_ERR =
1 or :reported_err
REPORTED_ERR_INPUT =
2 or :reported_err_input
MISSING_DATA =
3 or :missing_data
TOO_FEW_COLS =
4 or :too_few_cols
TOO_FEW_ROWS =
5 or :too_few_rows
REPLICATION_INVALID =
6 or :replication_invalid
NO_RECORDS_FOUND =
7 or :no_records_found
INVALID_FIELD =
8 or :invalid_field