Module: SasLexer::Lexer::ErrorCode

Defined in:
lib/sas_lexer/lexer.rb

Overview

Error code values returned by the C ABI.

Constant Summary collapse

SUCCESS =
0
NULL_POINTER =
1
INVALID_UTF8 =
2
LEXING_ERROR =
3
INDEX_OUT_OF_BOUNDS =
4
TOKEN_NOT_FOUND =
5
BUFFER_NOT_INITIALIZED =
6