MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / is_success

Method is_success

include/aws/lambda-runtime/runtime.h:129–129  ·  view source on GitHub ↗

* Returns true if the payload and content-type are set. Returns false if the error message and error types are set. */

Source from the content-addressed store, hash-verified

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
132struct no_result {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected