<PackageReference Include="Azure.Storage.Blobs" Version="12.25.0" />

Azure.Storage.Blobs.Models.BlobQueryError

public class BlobQueryError
Blob 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.