DataLakeFileQueryError Class
The error happened during quick query operation.
Constructor
DataLakeFileQueryError(error: str | None = None, is_fatal: bool = False, description: str | None = None, position: int | None = None)
Parameters
Name | Description |
---|---|
error
|
Default value: None
|
is_fatal
|
Default value: False
|
description
|
Default value: None
|
position
|
Default value: None
|
Attributes
description
A description of the error.
description: str | None = None
error
The name of the error.
error: str | None = None
is_fatal
If true, this error prevents further query processing. More result data may be returned, but there is no guarantee that all of the original data will be processed. If false, this error does not prevent further query processing.
is_fatal: bool
position
The blob offset at which the error occurred.
position: int | None = None
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.
Azure SDK for Python