mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Invalid order exception added
This commit is contained in:
parent
5a8f0f3557
commit
389feda65f
|
@ -17,6 +17,14 @@ class OperationalException(BaseException):
|
|||
"""
|
||||
|
||||
|
||||
class InvalidOrder(BaseException):
|
||||
"""
|
||||
This is returned when the order is not valid. Example:
|
||||
If stoploss on exchange order is hit, then trying to cancel the order
|
||||
should return this exception.
|
||||
"""
|
||||
|
||||
|
||||
class TemporaryError(BaseException):
|
||||
"""
|
||||
Temporary network or exchange related error.
|
||||
|
|
Loading…
Reference in New Issue
Block a user