pub const STATUS_NO_SUCH_FILE: u32 = 2;Expand description
SSH_FX_NO_SUCH_FILE: the one refusal that means “there is nothing there” rather than “something went wrong”. Everything else — a permission problem, a dead session, a server that simply failed — has to stay distinguishable from it, because the difference is the difference between an empty answer and an error.