<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.22.0-beta.1" />

Azure.Storage.Files.DataLake.Models.DataLakeQueryError

public class DataLakeQueryError
Data Lake query error.
namespace Azure.Storage.Files.DataLake.Models { public class DataLakeQueryError { public string Name { get; } public string Description { get; } public bool IsFatal { get; } public long Position { get; } } }