evergreen.errors package

Submodules

evergreen.errors.exceptions module

Exceptions for the evergreen module.

exception evergreen.errors.exceptions.ActiveTaskMetricsException(task: Task, msg: Optional[str] = None)[source]

Bases: MetricsException

An exception when a task is in progress during metrics collection.

exception evergreen.errors.exceptions.EvergreenException(msg: Optional[str] = None)[source]

Bases: Exception

An exception coming from the evergreen client.

exception evergreen.errors.exceptions.MetricsException(msg: Optional[str] = None)[source]

Bases: EvergreenException

An exception with metrics collection.

Module contents