OkHiException class
- Implemented types
Constructors
- OkHiException({required String code, 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
Constants
- badRequestCode → const String
- badRequestMessage → const String
- invalidPhoneCode → const String
- invalidPhoneMessage → const String
- networkError → const String
- networkErrorMessage → const String
- permissionDeniedCode → const String
- uknownErrorMessage → const String
- unknownErrorCode → const String
- unsupportedPlatformCode → const String
- unsupportedPlatformMessage → const String