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

Azure.Storage.Files.DataLake.Models.DataLakeQueryError

public class DataLakeQueryError
Data Lake query error.
public string Description { get; }

Description.

public bool IsFatal { get; }

If the error is a fatal error.

public string Name { get; }

Name.

public long Position { get; }

The position of the error.