Skip to main content

failure_code

Function failure_code 

Source
fn failure_code(timed_out: &Arc<AtomicBool>, default_code: &str) -> String
Expand description

The error code for a failed Lua call: LUA_TIMEOUT when the deadline tripped, otherwise the caller’s code for that failure site.