pub const ReplaceError = error
pub const ReplaceError = error{ /// The target operating system cannot replace the process image with a new /// one. OperationUnsupported, SystemResources, AccessDenied, PermissionDenied, InvalidExe, FileSystem, IsDir, FileNotFound, NotDir, FileBusy, ProcessFdQuotaExceeded, SystemFdQuotaExceeded, } || Allocator.Error || Io.Dir.PathNameError || Io.Cancelable || Io.UnexpectedError