AccessControlChangeError interface
Represents an entry that failed to update Access Control List during setAccessControlRecursive
, updateAccessControlRecursive
and removeAccessControlRecursive
.
Properties
is |
Returns whether entry is a directory. |
message | Returns error message that is the reason why entry failed to update. |
name | Returns name of an entry. |
Property Details
isDirectory
Returns whether entry is a directory.
isDirectory: boolean
Property Value
boolean
message
Returns error message that is the reason why entry failed to update.
message: string
Property Value
string
name
Returns name of an entry.
name: string
Property Value
string