MCPcopy Index your code
hub / github.com/raiden-network/raiden / UnexpectedChannelState

Class UnexpectedChannelState

raiden/exceptions.py:256–257  ·  view source on GitHub ↗

Raised if an operation is attempted on a channel while it is in an unexpected state.

Source from the content-addressed store, hash-verified

254
255
256class UnexpectedChannelState(RaidenRecoverableError):
257 """Raised if an operation is attempted on a channel while it is in an unexpected state."""
258
259
260class APIServerPortInUseError(RaidenError):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected