Renew

sealed class Renew : LcpError

Errors while renewing a loan.

Inheritors

Types

Link copied to clipboard
class InvalidRenewalPeriod(val maxRenewDate: Instant?) : LcpError.Renew

Incorrect renewal period, your publication could not be renewed.

Link copied to clipboard

Your publication could not be renewed properly.

Link copied to clipboard

An unexpected error has occurred on the licensing server.

Properties

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