var searchIndex = {}; searchIndex["exec"] = {"doc":"A simple wrapper around the C library's `execvp` function.","items":[[4,"ExecError","exec","Represents an error calling `exec`.",null,null],[13,"BadArgument","","One of the strings passed to `execv` contained an internal null byte\nand can't be passed correctly to C.",0,null],[13,"Errno","","An error was returned by the system.",0,null],[5,"execvp","","Run `program` with `args`, completely replacing the currently running\nprogram. If it returns at all, it always returns an error.",null,{"inputs":[{"name":"s"},{"name":"i"}],"output":{"name":"execerror"}}],[11,"fmt","","",0,null],[11,"description","","",0,null],[11,"cause","","",0,null],[11,"fmt","","",0,null],[11,"from","","Convert a `NulError` into an `ExecError`.",0,{"inputs":[{"name":"nulerror"}],"output":{"name":"execerror"}}]],"paths":[[4,"ExecError"]]}; initSearch(searchIndex);