Open
Description
Currently, the constants used exclusively for exception codes are defined as bigint, but this causes inconsistencies because the exitCode in the core library is of type number.
To improve compatibility and type consistency, we should convert these constants to be of type number instead of bigint, since they are not used in contexts requiring bigint.