ProtoErrorCode
StockSharp.cTrader.Native.Model
COMMON error codes 1 - 99
Fields
BlockedPayloadType : ProtoErrorCode
Message is blocked by server or rate limit is reached.
CantRouteRequest : ProtoErrorCode
Connection to Server is lost or not supported.
ConcurrentModification : ProtoErrorCode
Order is blocked (e.g. under execution) and change cannot be applied.
EntityNotFound : ProtoErrorCode
Generic error for requests by id.
FrameTooLong : ProtoErrorCode
Message is too large.
InvalidRequest : ProtoErrorCode
Generic error. Usually used when input value is not correct.
MarketClosed : ProtoErrorCode
Market is closed.
TimeoutError : ProtoErrorCode
Deal execution is reached timeout and rejected.
UnknownError : ProtoErrorCode
Generic error.
UnsupportedMessage : ProtoErrorCode
Message is not supported. Wrong message.