exception documentation

class IsStoppedError(RenewalError): (source)

Constructor: IsStoppedError()

View In Hierarchy

Raised when a renewal operation is requested but the bearer is already stopped.

The exception has no additional attributes. It indicates that the bearer cannot renew more tokens after shutdown.

Method __init__ Create the error with a suitable message.
def __init__(self): (source) ΒΆ

Create the error with a suitable message.