HMSException
class HMSException(val code: Int, val name: String, val action: String, val message: String, description: String, cause: Throwable? = null, var isTerminal: Boolean = true, params: HashMap<String, Any> = hashMapOf()) : Exception, IAnalyticsPropertiesProvider
This class contains the error codes and messages that may arise when calling any API of HMS SDK