Revoked

class Revoked(val date: Instant, val devicesCount: Int) : LcpError.LicenseStatus

If the license has been revoked, the user message should display the number of devices which registered to the server. This count can be calculated from the number of "register" events in the status document. If no event is logged in the status document, no such message should appear (certainly not "The license was registered by 0 devices").

Constructors

Link copied to clipboard
constructor(date: Instant, devicesCount: Int)

Properties

Link copied to clipboard
open override val cause: Error?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val message: String