ErrorCode

StockSharp.Plaza.Native.CGate

Plaza CGate Fehlercodes.

Felder

AlreadyDestroyed
public const ErrorCode AlreadyDestroyed
value = ErrorCode.AlreadyDestroyed

Das Objekt ist bereits zerstört.

BadCast
public const ErrorCode BadCast
value = ErrorCode.BadCast

Falsche Typenherstellung.

BufferTooSmall
public const ErrorCode BufferTooSmall
value = ErrorCode.BufferTooSmall

Unzureichende Puffergröße.

Duplicated
public const ErrorCode Duplicated
value = ErrorCode.Duplicated

Wiederholen.

IncorrectState
public const ErrorCode IncorrectState
value = ErrorCode.IncorrectState

Falscher Zustand.

Internal
public const ErrorCode Internal
value = ErrorCode.Internal

Interner Fehler

InvalidArgument
public const ErrorCode InvalidArgument
value = ErrorCode.InvalidArgument

Falsches Argument

More
public const ErrorCode More
value = ErrorCode.More

Zusätzliche Informationen sind erforderlich.

Ok
public const ErrorCode Ok
value = ErrorCode.Ok

Erfolg.

OverFlow
public const ErrorCode OverFlow
value = ErrorCode.OverFlow

Puffernachfüllung.

TimeOut
public const ErrorCode TimeOut
value = ErrorCode.TimeOut

Timeout.

UnderFlow
public const ErrorCode UnderFlow
value = ErrorCode.UnderFlow

Unzureichende Pufferfüllung.

Unsupported
public const ErrorCode Unsupported
value = ErrorCode.Unsupported

Operation wird nicht unterstützt.