HMSException class

HMSException

Valid Parameters according to OS:

Android: id,code, message, description, action, params and isTerminal

iOS: code, description, isTerminal and canRetry.

Constructors

HMSException({String? id, HMSExceptionCode? code, required String? message, required String description, required String action, required bool isTerminal, Map? params, bool? canRetry})
HMSException.fromMap(Map map)
factory

Properties

action String
getter/setter pair
canRetry bool?
getter/setter pair
code → HMSExceptionCode?
final
description String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isTerminal bool
getter/setter pair
message String?
final
params Map?
getter/setter pair
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited