<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.24.0" />

Azure.Storage.Files.DataLake.Models.AccessControlChangeFailure

Represents an entry that failed to update Access Control List.
public string ErrorMessage { get; }

Returns error message that is the reason why entry failed to update.

public bool IsDirectory { get; }

Returns whether entry is a directory.

public string Name { get; }

Returns name of an entry.