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

Class NonexistingChannel

raiden/api/exceptions.py:10–18  ·  view source on GitHub ↗

The requested channel does not exist. This exception can be raised for a few reasons: - The user request raced and lost against a transaction to close/settle the channel. - The user provided invalid values, and the given channel does not exist.

Source from the content-addressed store, hash-verified

8
9
10class NonexistingChannel(RaidenValidationError):
11 """The requested channel does not exist.
12
13 This exception can be raised for a few reasons:
14
15 - The user request raced and lost against a transaction to close/settle the
16 channel.
17 - The user provided invalid values, and the given channel does not exist.
18 """

Callers 3

set_reveal_timeoutMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected