QueryErrorContext class Error Handling

Error context information for a search operation.

Inheritance

Constructors

QueryErrorContext({required String statement, required String clientContextId, required String? parameters, required int httpResponseCode, required String httpResponseBody})

Properties

clientContextId String
The client context id which was sent to the service for correlation between requests and responses.
final
hashCode int
The hash code for this object.
no setterinherited
httpResponseBody String
The http response body which was received.
final
httpResponseCode int
The http response status code which was received.
final
parameters String?
The parameters in use for the operation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statement String
The statement that was being executed when the error occurred.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited