Isis 3 Programmer Reference
KeywordDuplicated.cpp
1
6/* SPDX-License-Identifier: CC0-1.0 */
7
8#include "Message.h"
9
10using namespace std;
11
12QString Isis::Message::KeywordDuplicated(const QString &key) {
13 return "Keyword [" + key + "] duplicated";
14}
QString KeywordDuplicated(const QString &key)
This error should be used when a supplied keyword for an Isis application parameter is the same as on...
Namespace for the standard library.