Name
GetErrorText
Description
$errText = GetErrorText($err);
Returns a human-readable string that describes the error.
Parameters
- err
-
A Vix error code returned by any other Vix function.
Return Value
A human-readable string that describes the error.
Remarks
- This translates an error code, which is an enumerated type, to a
user-readable string.
Requirements
use VMware::Vix::Simple;
use VMware::Vix::API::Constants;
since VMware Server 1.0