We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The IOreturn value can be passed to the c library function mach_error_string to provide the error string for the error that was raised.
IOreturn
mach_error_string
mach_error_string is defined in mach_error.h
char *mach_error_string(mach_error_t error_value); and a IOReturn is a version of mach_error_t
char *mach_error_string(mach_error_t error_value);
IOReturn
mach_error_t
The text was updated successfully, but these errors were encountered:
@hardkrash Please help to create a pull request. Thanks.
Sorry, something went wrong.
Oh, this is done as part of #314. Available in the latest release.
No branches or pull requests
The
IOreturn
value can be passed to the c library functionmach_error_string
to provide the error string for the error that was raised.mach_error_string
is defined in mach_error.hchar *mach_error_string(mach_error_t error_value);
and aIOReturn
is a version ofmach_error_t
The text was updated successfully, but these errors were encountered: