Package-level declarations

Types

Link copied to clipboard
class BadMediaException(url: String) : PushException
Link copied to clipboard
Link copied to clipboard
class InvalidJsonException(message: String) : PushException
Link copied to clipboard
class MissingFieldException(fieldName: String) : PushException
Link copied to clipboard
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.

Link copied to clipboard
class UnknownErrorException(cause: Throwable) : PushException
Link copied to clipboard