Skip to content

DownloadFailedEventArgs

QuantConnect.DownloadFailedEventArgs

DownloadFailedEventArgs(
    symbol: Union[Symbol, str, BaseContract],
    message: str,
    stack_trace: str = ...,
)

Bases: DataProviderEventArgs

Event arguments for the IDataProviderEvents.download_failed event

Initializes a new instance of the DownloadFailedEventArgs class

Parameters:

Name Type Description Default
symbol Union[Symbol, str, BaseContract]

Symbol being processed that generated the event

required
message str

The error message

required
stack_trace str

The error stack trace

...

message

message: str

Gets the error message

stack_trace

stack_trace: str

Gets the error stack trace

symbol

symbol: Symbol

Gets the symbol being processed that generated the event