Add support for multiple runtime error messages
Storing all the runtime errors makes it possible to return all of them them via the REST API. MaxAdmin will still only show the latest error but MaxCtrl will now show all errors if more than one error occurs.
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
#include <maxbase/logger.hh>
|
||||
|
||||
#include <maxscale/config.hh>
|
||||
#include <maxscale/json_api.h>
|
||||
#include <maxscale/json_api.hh>
|
||||
#include <maxscale/session.hh>
|
||||
|
||||
namespace
|
||||
|
Reference in New Issue
Block a user