30 Error(ErrorCode code, QString message)
31 : code(code), message(std::move(message)) {}
Represents an error with a code and a message. The message is intended for display to the user.
Definition ierror.h:28
ErrorCode
Error codes for the neural network module.
Definition NeuralError.h:29
Plugin interface namespace containing common plugin contracts and helper types.