Skip to content

unienv_interface.remote.errors

Stable remote failure categories; exception objects never cross the wire.

RemoteError

RemoteError(code: str, message: str, *, uncertain: bool = False)

Bases: RuntimeError

code instance-attribute

code = code

uncertain instance-attribute

uncertain = uncertain

UncertainOutcomeError

UncertainOutcomeError(message: str = 'Connection lost or timed out; the remote mutation may have executed')

Bases: RemoteError

code instance-attribute

code = code

uncertain instance-attribute

uncertain = uncertain