ClerkAPIError

class ClerkAPIError(val code: String, message: String) : Exception

Custom exception class for Clerk API errors used in device assertion.

Constructors

Link copied to clipboard
constructor(code: String, message: String)

Properties

Link copied to clipboard