exception documentation

Error that occurs when a Nexus operation is unsuccessful.

Warning

This API is experimental and unstable.

Method __init__ Create Nexus operation failure error.
Instance Variable __cause__ Undocumented
Property cause Cause of the Nexus operation failure.
def __init__(self, *, cause: BaseException): (source)

Create Nexus operation failure error.

__cause__ = (source)

Undocumented

Cause of the Nexus operation failure.