SearchErrorContext class Error Handling

Error context information for a search operation.

Inheritance

Constructors

SearchErrorContext({required String indexName, required String? query, required String? parameters, required int httpResponseCode, required String httpResponseBody})

Properties

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
indexName String
The name of the index which was being operated on.
final
parameters String?
A list of the parameters in use for the operation.
final
query String?
The full query that was being executed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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