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.