ESewaPaymentException class
EsewaPaymentException
will be thrown if any kind of error/exception is caught
on native side.
Read the official doc to understand the nature and cause of possible exceptions.
https://developer.esewa.com.np/#/ios?id=error-cases-and-handling
https://developer.esewa.com.np/#/android?id=error-cases-and-handling
- Implemented types
Constructors
- ESewaPaymentException({required String? message})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited