flip.exceptions

Custom exception types for the FLIP package.

Exceptions

ResultsUploadError

Raised when uploading federated training results to S3 fails.

Module Contents

exception flip.exceptions.ResultsUploadError

Bases: 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.