Package-level declarations

Types

Link copied to clipboard
class AuthenticationException(message: String? = null, cause: Throwable? = null) : ServiceException

An exception indicating an authentication failure with the Metron API.

Link copied to clipboard
class RateLimitException(message: String? = null, cause: Throwable? = null) : ServiceException

An exception indicating that the Metron API rate limit has been exceeded.

Link copied to clipboard
open class ServiceException(message: String? = null, cause: Throwable? = null) : Exception

A generic exception representing any error in Kraken or the Metron service.