PushException
open class PushException(val errorCode: PushException.ErrorCode, val message: String? = null) : Exception
Exception thrown when there is an error in the push module. This is the base exception for all push exceptions.
Exception thrown when there is an error in the push module. This is the base exception for all push exceptions.