* Returns true if the payload and content-type are set. Returns false if the error message and error types are set. */
| 127 | * Returns true if the payload and content-type are set. Returns false if the error message and error types are set. |
| 128 | */ |
| 129 | bool is_success() const { return m_success; } |
| 130 | }; |
| 131 | |
| 132 | struct no_result {}; |
nothing calls this directly
no outgoing calls
no test coverage detected