* Algorithm error conditions * TODO: Remove it or use it! */
| 43 | * TODO: Remove it or use it! |
| 44 | */ |
| 45 | enum class AlgorithmFailureSource |
| 46 | { |
| 47 | }; |
| 48 | |
| 49 | /** |
| 50 | * Decode error conditions |
nothing calls this directly
no outgoing calls
no test coverage detected