167 const QString &range);
181 const std::vector<QString> &list);
212 QString
FileOpen(
const QString &filename);
232 QString
FileRead(
const QString &filename);
242 QString
FileWrite(
const QString &filename);
QString KeywordValueExpected(const QString &key)
This error should be used when the value of a supplied keyword was expected but not present.
Definition KeywordValueExpected.cpp:12
QString KeywordBlockStartMissing(const QString &block, const QString &found)
This error has been deprecated and should not be used in new code.
Definition KeywordBlockStartMissing.cpp:12
QString FileWrite(const QString &filename)
This error should be used when an error accrues during a write to a file.
Definition FileWrite.cpp:11
QString KeywordUnrecognized(const QString &key)
This error should be used when a supplied keyword for an Isis application parameter does not match an...
Definition KeywordUnrecognized.cpp:12
QString KeywordAmbiguous(const QString &key)
This error should be used when a supplied keyword for an Isis application parameter does not contain ...
Definition KeywordAmbiguous.cpp:11
QString KeywordBlockEndMissing(const QString &block, const QString &found)
This error has been deprecated and should not be used in new code.
Definition KeywordBlockEndMissing.cpp:11
QString KeywordValueNotInRange(const QString &key, const QString &value, const QString &range)
This error should be used when the value of a supplied keyword is not within a specific range.
Definition KeywordValueNotInRange.cpp:12
QString ArraySubscriptNotInRange(int index)
This error should be used when an Isis object or application is checking array bounds and the legal r...
Definition ArraySubscriptNotInRange.cpp:31
QString FileOpen(const QString &filename)
This error should be used when a file could not be opened.
Definition FileOpen.cpp:11
QString KeywordValueNotInList(const QString &key, const QString &value, const std::vector< QString > &list)
This error should be used when the value of a supplied keyword is not one of a specific list of possi...
QString MissingDelimiter(const char delimiter)
This error should be used when a delimiter is missing.
Definition MissingDelimiter.cpp:15
QString KeywordValueBad(const QString &key)
This error should be used when a supplied keyword does not appear in the list (e.g....
Definition KeywordValueBad.cpp:11
QString KeywordNotFound(const QString &key)
This error should be used when a supplied keyword is not defined in the application.
Definition KeywordNotFound.cpp:12
QString FileCreate(const QString &filename)
This error should be used when a file could not be created.
Definition FileCreate.cpp:12
QString FileRead(const QString &filename)
This error should be used when an error accrues during a read of a file.
Definition FileRead.cpp:12
QString KeywordNotArray(const QString &key)
This error should be used when a supplied keyword is being used as an array (i.e.,...
Definition KeywordNotArray.cpp:12
QString MemoryAllocationFailed()
This error should be used when an error accrues during a memory allocation such as "new".
Definition MemoryAllocationFailed.cpp:12
QString KeywordBlockInvalid(const QString &block)
This error has been deprecated and should not be used in new code.
Definition KeywordBlockInvalid.cpp:12
QString KeywordDuplicated(const QString &key)
This error should be used when a supplied keyword for an Isis application parameter is the same as on...
Definition KeywordDuplicated.cpp:12
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16