flip.exceptions =============== .. py:module:: flip.exceptions .. autoapi-nested-parse:: Custom exception types for the FLIP package. Exceptions ---------- .. autoapisummary:: flip.exceptions.ResultsUploadError Module Contents --------------- .. py:exception:: ResultsUploadError Bases: :py:obj:`Exception` Raised when uploading federated training results to S3 fails. Distinct from generic training failures so callers can report a model status of ``RESULTS_UPLOAD_FAILED`` (training succeeded, results upload did not) rather than a blanket ``ERROR``.