Skip to content

StorageLimitExceededException

QuantConnect.Lean.Engine.Storage.StorageLimitExceededException

StorageLimitExceededException(message: str)

Bases: Exception

Exception thrown when the object store storage limit has been exceeded

Creates a new instance of the storage limit exceeded exception

Parameters:

Name Type Description Default
message str

The associated message

required