DataLakeFileQueryError Class
The error happened during quick query operation.
- Inheritance
-
builtins.objectDataLakeFileQueryError
Constructor
DataLakeFileQueryError(error=None, is_fatal=False, description=None, position=None)
Parameters
Name | Description |
---|---|
error
|
Default value: None
|
is_fatal
|
Default value: False
|
description
|
Default value: None
|
position
|
Default value: None
|
Variables
Name | Description |
---|---|
error
|
The name of the error. |
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. |
description
|
A description of the error. |
position
|
The blob offset at which the error occurred. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python