enum xf::data_analytics::text::re::ErrCode

Overview

Error code enumerations. More…

// enum values

SUCCESS = 0
PATTERN_ERR = 1
MEM_ERR = 2
DEV_ERR = 3
OPCODE_ERR = 4
INSTR_NM_ERR = 5
CCLASS_NM_ERR = 6
CPGP_NM_ERR = 7

Detailed Documentation

Error code enumerations.

Enum Values

SUCCESS

RE pre-compilation success

PATTERN_ERR

Invalid RE pattern

MEM_ERR

CL buffer allocation failed

DEV_ERR

Kernel creation failed

OPCODE_ERR

Wrong OP code

INSTR_NM_ERR

Wrong number of instructions

CCLASS_NM_ERR

Wrong number of character classes

CPGP_NM_ERR

Wrong number of capturing groups