SnapshotFailureMessage

A message that provides the details of a failed snapshot.

Properties

  • readonly statusCode: StatusCode

    Status code indicating the reason for the failure.

  • readonly dataSourceId: DataSourceId

    The data source for the symbol that failed, or DataSourceId.undefined if the whole request failed.

  • readonly symbol: string

    The symbol that failed or an empty string if the whole request failed.

  • readonly symbologyId: SymbologyId

    The symbology for the symbol that failed, or SymbologyId.undefined if the whole request failed.

  • readonly isComplete: boolean

    Indicates if the snapshot request is complete and the handle should be deleted.

Also in this Section