ExceptionHttpResponse class

The exception for KhaltiClient.

Inheritance

Properties

code int
The error code.
final
data Object?
The data received.
finalinherited
detail Object?
The exception detail
final
hashCode int
The hash code for this object.
no setterinherited
isSocketException bool
Defines whether the exception is socket exception or not.
final
message String?
The error message.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace
The stackTrace of the exception.
final
statusCode int?
The statusCode of response.
finalinherited

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