HNBpfErrorType enumeration contains the constant values corresponding to the
types of the errors appearing while BPF program compilation, that can be controlled
by the OnBPFAsmError event
handler.
BPF program possibly contains an error, but its compilation may be continued.
Usually occurs in situation when the user redefines the value of the previously
defined constant.
betBpfError
BPF program contains a critical error, compilation is impossible.