ViewErrorContext class Error Handling

Error context information for a query operation.

Inheritance

Constructors

ViewErrorContext({required String designDocument, required String view, required List<String> parameters, required int httpResponseCode, required String httpResponseBody})

Properties

designDocument String
The name of the design document that was being operated on.
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 List<String>
A list of parameters in use for the operation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
view String
The name of the view that was being operated on.
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