MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / ProcessingResult

Class ProcessingResult

src/core/rabbit_mq/data.py:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6
7class ProcessingResult(Enum):
8 SUCCESS = "success"
9 RETRY = "retry"
10 REJECT = "reject"
11
12
13@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected