unienv_interface.remote.errors¶
Stable remote failure categories; exception objects never cross the wire.
RemoteError
¶
RemoteError(code: str, message: str, *, uncertain: bool = False)
UncertainOutcomeError
¶
UncertainOutcomeError(message: str = 'Connection lost or timed out; the remote mutation may have executed')
Bases: RemoteError