Hi,
I'm trying save and restore features of VZ Framework with saveMachineStateTo and restoreMachineStateFrom(vzvmsaveFilePath) with completionHandler.
Saving feature works well without any errors, .vzvmsave file created on my local mac, but the problem occurs on restore.
After creating VM with the same volume mounts I used to make .vzvmsave, restoreMachineStateFrom method sends error.
Failed to load VM from .vzvmsave file with Error Domain=VZErrorDomain Code=12 UserInfo={NSLocalizedFailure=<private>, NSLocalizedFailureReason=<private>}
Because Localized Failure and its reason are both 'private', I cannot get what exactly happened to this VM app. Only thing I know here is the Code of VZError but nobody summarized what exactly the error code means.
Could anyone give me the list of VZError code list please?