MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / error_description

Method error_description

arm_compute/core/Error.h:96–99  ·  view source on GitHub ↗

Gets error description if any * * @return Error description. */

Source from the content-addressed store, hash-verified

94 * @return Error description.
95 */
96 std::string error_description() const
97 {
98 return _error_description;
99 }
100 /** Throws a runtime exception in case it contains a valid error status */
101 void throw_if_error() const
102 {

Callers 7

throw_errorMethod · 0.80
validate_all_nodesFunction · 0.80
validate_data_typesFunction · 0.80
do_setupMethod · 0.80
do_setupMethod · 0.80
do_setupMethod · 0.80
do_setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected