BlobQueryError Class
The error happened during quick query operation.
- Inheritance
-
builtins.objectBlobQueryError
Constructor
BlobQueryError(error=None, is_fatal=False, description=None, position=None)
Parameters
- error
default value: None
- is_fatal
default value: False
- description
default value: None
- position
default value: None
Variables
- error
- str
The name of the error.
- is_fatal
- bool
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
- str
A description of the error.
- position
- int
The blob offset at which the error occurred.
Feedback
Submit and view feedback for