exception property

exception property

The exception that caused the conversion to fail, or None if the conversion succeeded.

Definition:

@property
def exception(self):
    ...

See Also