Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Latest commit

 

History

History
49 lines (22 loc) · 1.47 KB

lazycluster.cluster.exceptions.md

File metadata and controls

49 lines (22 loc) · 1.47 KB

module lazycluster.cluster.exceptions

Exception module for cluster classes.

Note:

It is intended that the lazycluster.exception.LazyclusterError should be the parent class of all defined exception classes here.


class MasterStartError

Error indicating that the cluster master instance could not be started successfully.

method __init__

__init__(host: str, port: int, cause: str)

Initialization method.

Args:

  • host: The host where the cluster master instance should be started.
  • port: The port of the cluster master instance.
  • cause: More detailed information of the actual root

This file was automatically generated via lazydocs.