Report incorrect code
Copy
Ask AI
data class OldKey(val message: String = "Old API key format detected. Please use the new key format.", val cause: Throwable? = null) : ApiKeyError
Constructors
Report incorrect code
Copy
Ask AI
constructor(message: String = "Old API key format detected. Please use the new key format.", cause: Throwable? = null)
Properties
cause
Report incorrect code
Copy
Ask AI
open override val cause: Throwable? = null
message
Report incorrect code
Copy
Ask AI
open override val message: String

