1 2 3 4 5 6
//! Regent-sdk specific exit codes // Definition of all exit codes // TODO : define global ranges per category of error, random values for now pub const FAILURE_TO_OPEN_FILE: i32 = 15; pub const FAILURE_TO_PARSE_FILE: i32 = 30;