from dataclasses import dataclass
@dataclass
class ServerError(Exception):
message: str
class CandidateConstructionFailure(Exception):