Skip to main content
Data Class
data class OldKey(val message: String = "Old API key format detected. Please use the new key format.", val cause: Throwable? = null) : ApiKeyError

Constructors

constructor(message: String = "Old API key format detected. Please use the new key format.", cause: Throwable? = null)

Properties

cause

open override val cause: Throwable? = null

message

open override val message: String