Jump to content

Qtohosextras PathPolicyErrorInfo Class

From Qt Wiki
Revision as of 06:36, 28 January 2026 by Shawn Luo (talk | contribs) (Created page with "<!-- Source: qtohosextras-fileshare-pathpolicyerrorinfo.html --> <span id="pathpolicyerrorinfo-class"></span> = PathPolicyErrorInfo Class = <span class="small-subtitle">(QtOhosExtras::FileShare::PathPolicyErrorInfo)<br /> </span> The PathPolicyErrorInfo struct contains the result of a file access permission request for a specified path. More... <div class="table"> {| cl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PathPolicyErrorInfo Class

(QtOhosExtras::FileShare::PathPolicyErrorInfo)

The PathPolicyErrorInfo struct contains the result of a file access permission request for a specified path. More...

Header: #include
qmake: QT += ohosextras
Since: Qt 5.12.12


Public Variables

QtOhosExtras::FileShare::PathPolicyError error
QString errorMessage
QString path


Detailed Description

The PathPolicyErrorInfo struct contains the result of a file access permission request for a specified path.


See also ActionResult.

Member Variable Documentation

QtOhosExtras::FileShare::PathPolicyError PathPolicyErrorInfo::error

This variable holds the error code indicating the result of the file access permission request.

See also PathPolicyError.

[[../qtcore/qstring.html|QString]] PathPolicyErrorInfo::errorMessage

Detailed error message.

[[../qtcore/qstring.html|QString]] PathPolicyErrorInfo::path

This variable holds the path for which access permission was requested.