enum CallError { case network(underlyingError: URLError) case json(underlyingError: any Error) case authentication }