class documentation

class RequestStatus(ACMEIntEnum):

View In Hierarchy

Reponse Types

Constant COMPLETED Completed.
Constant FAILED Failed.
Constant FORWARDED Forwarded.
Constant PARTIALLY_COMPLETED Partially completed.
Constant PENDING Pending.

Inherited from ACMEIntEnum:

Class Method has Check whether the enum type has an entry with either the given int value or string name.
Class Method to Return an enum value by its name.
Method __int__ Get the integer value of an enum.
Method __repr__ Stringify an enum.
Method __str__ Stringify an enum.
COMPLETED: int =

Completed.

Value
1
FAILED: int =

Failed.

Value
2
FORWARDED: int =

Forwarded.

Value
4
PARTIALLY_COMPLETED: int =

Partially completed.

Value
5
PENDING: int =

Pending.

Value
3