Skip to main content

OBJ_ERR_RESERVED_MAX

Constant OBJ_ERR_RESERVED_MAX 

Source
pub const OBJ_ERR_RESERVED_MAX: obj_error_t = 1023;
Expand description

Highest reserved code in the obj-defined range. Future error codes must stay <= OBJ_ERR_RESERVED_MAX; this allows downstream callers to reliably distinguish obj-emitted codes from any they may layer on top.