1 class OutboxStatus: 2 PENDING = "pending" 3 COMPLETED = "completed" 4 SKIPPED = "skipped" 5 ERROR = "error"