code property

code property

A code identifying the reason why the requested operation could not be performed. The value of this member will be one of the constants in the SVGException code group.

Definition:

@property
def code(self):
    ...
@code.setter
def code(self, value):
    ...

See Also