📄 entitymanagermessages.h
字号:
// This file was automatically generated from .\EntityManagerMessages.msg by ..\msggen.pl.#include "Message.h"#ifdef SP_NAMESPACEnamespace SP_NAMESPACE {#endifstruct EntityManagerMessages { // 2000 static const MessageType1 fsiSyntax; // 2001 static const MessageType1 fsiMissingValue; // 2002 static const MessageType1 fsiValueAsName; // 2003 static const MessageType1 fsiBadSmcrd; // 2004 static const MessageType1 fsiUnknownBctf; // 2005 static const MessageType1 fsiUnknownEncoding; // 2006 static const MessageType1 fsiUnsupportedRecords; // 2007 static const MessageType1 fsiUnsupportedAttribute; // 2008 static const MessageType1 fsiUnsupportedAttributeToken; // 2009 static const MessageType1 fsiBadTracking; // 2010 static const MessageType1 fsiDuplicateAttribute; // 2011 static const MessageType1 fsiBadZapeof; // 2012 static const MessageType1 fsiBadSearch; // 2013 static const MessageType1 fsiBadFold; // 2014 static const MessageType0 fsiFoldNotNeutral; // 2015 static const MessageType0 fsiBctfEncodingNotApplicable; // 2016 static const MessageType0 fsiBctfAndEncoding; // 2017 static const MessageType0 fsiZapeofNotApplicable; // 2018 static const MessageType0 fsiRecordsNotApplicable; // 2019 static const MessageType1 fsiBadIndirect; // 2020 static const MessageType1 fsiLookupChar;};const MessageType1 EntityManagerMessages::fsiSyntax(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2000#ifndef SP_NO_MESSAGE_TEXT,"bad formal system identifier syntax in %1"#endif);const MessageType1 EntityManagerMessages::fsiMissingValue(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2001#ifndef SP_NO_MESSAGE_TEXT,"value for attribute %1 missing in formal system identifier"#endif);const MessageType1 EntityManagerMessages::fsiValueAsName(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2002#ifndef SP_NO_MESSAGE_TEXT,"%1 is a formal system identifier attribute value not an attribute name"#endif);const MessageType1 EntityManagerMessages::fsiBadSmcrd(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2003#ifndef SP_NO_MESSAGE_TEXT,"value of SMCRD attribute must be a single character not %1"#endif);const MessageType1 EntityManagerMessages::fsiUnknownBctf(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2004#ifndef SP_NO_MESSAGE_TEXT,"unknown BCTF %1"#endif);const MessageType1 EntityManagerMessages::fsiUnknownEncoding(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2005#ifndef SP_NO_MESSAGE_TEXT,"unknown encoding %1"#endif);const MessageType1 EntityManagerMessages::fsiUnsupportedRecords(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2006#ifndef SP_NO_MESSAGE_TEXT,"unsupported record boundary indicator %1"#endif);const MessageType1 EntityManagerMessages::fsiUnsupportedAttribute(MessageType::warning,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2007#ifndef SP_NO_MESSAGE_TEXT,"unsupported formal system identifier attribute %1"#endif);const MessageType1 EntityManagerMessages::fsiUnsupportedAttributeToken(MessageType::warning,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2008#ifndef SP_NO_MESSAGE_TEXT,"unsupported formal system identifier attribute value %1"#endif);const MessageType1 EntityManagerMessages::fsiBadTracking(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2009#ifndef SP_NO_MESSAGE_TEXT,"bad value %1 for formal system identifier tracking attribute"#endif);const MessageType1 EntityManagerMessages::fsiDuplicateAttribute(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2010#ifndef SP_NO_MESSAGE_TEXT,"duplicate specification for formal system identifier attribute %1"#endif);const MessageType1 EntityManagerMessages::fsiBadZapeof(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2011#ifndef SP_NO_MESSAGE_TEXT,"bad value %1 for formal system identifier zapeof attribute"#endif);const MessageType1 EntityManagerMessages::fsiBadSearch(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2012#ifndef SP_NO_MESSAGE_TEXT,"bad value %1 for formal system identifier search attribute"#endif);const MessageType1 EntityManagerMessages::fsiBadFold(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2013#ifndef SP_NO_MESSAGE_TEXT,"bad value %1 for formal system identifier fold attribute"#endif);const MessageType0 EntityManagerMessages::fsiFoldNotNeutral(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2014#ifndef SP_NO_MESSAGE_TEXT,"fold attribute allowed only for neutral storage manager"#endif);const MessageType0 EntityManagerMessages::fsiBctfEncodingNotApplicable(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2015#ifndef SP_NO_MESSAGE_TEXT,"BCTF and encoding attributes not applicable to this storage manager"#endif);const MessageType0 EntityManagerMessages::fsiBctfAndEncoding(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2016#ifndef SP_NO_MESSAGE_TEXT,"cannot specify both BCTF and encoding attribute"#endif);const MessageType0 EntityManagerMessages::fsiZapeofNotApplicable(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2017#ifndef SP_NO_MESSAGE_TEXT,"ZAPEOF attribute not applicable to this storage manager"#endif);const MessageType0 EntityManagerMessages::fsiRecordsNotApplicable(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2018#ifndef SP_NO_MESSAGE_TEXT,"RECORDS attribute not applicable to this storage manager"#endif);const MessageType1 EntityManagerMessages::fsiBadIndirect(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2019#ifndef SP_NO_MESSAGE_TEXT,"bad value %1 for formal system identifier indirect attribute"#endif);const MessageType1 EntityManagerMessages::fsiLookupChar(MessageType::error,#ifdef BUILD_LIBSPMessageFragment::libModule,#elseMessageFragment::appModule,#endif2020#ifndef SP_NO_MESSAGE_TEXT,"non-minimum data character (number %1) in value of formal system identifier lookup attribute"#endif);#ifdef SP_NAMESPACE}#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -