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.
| 8 | |
| 9 | |
| 10 | class 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 | """ |
no outgoing calls
no test coverage detected