ProtoErrorCode

StockSharp.cTrader.Native.Model

COMMON error codes 1 - 99

Fields

BlockedPayloadType
public const ProtoErrorCode BlockedPayloadType
value = ProtoErrorCode.BlockedPayloadType

Message is blocked by server or rate limit is reached.

CantRouteRequest
public const ProtoErrorCode CantRouteRequest
value = ProtoErrorCode.CantRouteRequest

Connection to Server is lost or not supported.

ConcurrentModification
public const ProtoErrorCode ConcurrentModification
value = ProtoErrorCode.ConcurrentModification

Order is blocked (e.g. under execution) and change cannot be applied.

EntityNotFound
public const ProtoErrorCode EntityNotFound
value = ProtoErrorCode.EntityNotFound

Generic error for requests by id.

FrameTooLong
public const ProtoErrorCode FrameTooLong
value = ProtoErrorCode.FrameTooLong

Message is too large.

InvalidRequest
public const ProtoErrorCode InvalidRequest
value = ProtoErrorCode.InvalidRequest

Generic error. Usually used when input value is not correct.

MarketClosed
public const ProtoErrorCode MarketClosed
value = ProtoErrorCode.MarketClosed

Market is closed.

TimeoutError
public const ProtoErrorCode TimeoutError
value = ProtoErrorCode.TimeoutError

Deal execution is reached timeout and rejected.

UnknownError
public const ProtoErrorCode UnknownError
value = ProtoErrorCode.UnknownError

Generic error.

UnsupportedMessage
public const ProtoErrorCode UnsupportedMessage
value = ProtoErrorCode.UnsupportedMessage

Message is not supported. Wrong message.