/******************************************************************************* Copyright by Telelogic AB 2000. This Program is owned by Telelogic and is protected by national copyright laws and international copyright treaties. Telelogic grants you the right to use this Program on one computer or in one local computer network at any one time. Under this License you may only modify the source code for the purpose of adapting it to your environment. You must reproduce and include any copyright and trademark notices on all copies of the source code. You may not use, copy, merge, modify or transfer the Program except as provided in this License. Telelogic does not warrant that the Program will meet your requirements or that the operation of the Program will be uninterrupted and error free. You are solely responsible that the selection of the Program and the modification of the source code will achieve your intended results and that the results are actually obtained. *******************************************************************************/ /* This file is generated from ems/error.h and coderucf.h */ /* and is used when encoding/decoding from within SDL. */ synonym ec_SUCCESS Integer = 0; synonym ec_MEM_NotEnoughMemory Integer = 1; synonym ec_BUF_DifferentBufferTypes Integer = 2; synonym ec_BUF_WrongBufferType Integer = 3; synonym ec_BUF_CloseNotInitialized Integer = 4; synonym ec_BUF_WorkWithNotInitialized Integer = 5; synonym ec_BUF_NullPtrToUserMemory Integer = 6; synonym ec_BUF_NotEnoughUserMemory Integer = 7; synonym ec_BUF_OpenOpened Integer = 8; synonym ec_BUF_IllegalClose Integer = 9; synonym ec_BUF_CloseWrongMode Integer = 10; synonym ec_BUF_OperationWrongMode Integer = 11; synonym ec_BUF_NoMoreDataForRead Integer = 12; synonym ec_BUF_TooBigNumberOfBits Integer = 13; synonym ec_BUF_InvalidEncodingRules Integer = 14; synonym ec_INT_InternalError Integer = 15; synonym ec_INT_UnsupportedType Integer = 16; synonym ec_VAL_IllegalRealBase Integer = 17; synonym ec_VAL_WrongConstrainedValue Integer = 18; synonym ec_VAL_WrongConstrainedLength Integer = 19; synonym ec_VAL_WrongConstrainedAlphabet Integer = 20; synonym ec_VAL_WrongEnumeratedValue Integer = 21; synonym ec_DEC_NoMoreDataForRead Integer = 22; synonym ec_DEC_WrongIdentifierOctet Integer = 23; synonym ec_DEC_WrongLength Integer = 24; synonym ec_DEC_TooBigTagNumber Integer = 25; synonym ec_DEC_WrongConstructedLengthPrefix Integer = 26; synonym ec_DEC_WrongUnusedBits Integer = 27; synonym ec_DEC_TooBigSubIdent Integer = 28; synonym ec_DEC_WrongRealPrefix Integer = 29; synonym ec_DEC_UnsupportedRealBase Integer = 30; synonym ec_DEC_UnsupportedRealDecimalEncoding Integer = 31; synonym ec_DEC_RequiredComponentIsAbsent Integer = 32; synonym ec_DEC_ExtRequiredComponentIsAbsent Integer = 33; synonym ec_DEC_AbsentComponentIsPresent Integer = 34; synonym ec_DEC_AbsentAlternativeIsPresent Integer = 35; synonym ec_DEC_UnknownComponent Integer = 36; synonym ec_DEC_UnknownAlternative Integer = 37; synonym ec_DEC_NoOpenId Integer = 38; synonym ec_DEC_UnknownObject Integer = 39; synonym ec_ERROR_DECODING_INTEGER Integer = 40; synonym ec_ERROR_DECODING_REAL Integer = 41; synonym ec_ERROR_DECODING_BOOLEAN Integer = 42; synonym ec_ERROR_DECODING_TIME Integer = 43; synonym ec_ERROR_DECODING_CHARSTRING Integer = 44; synonym ec_ERROR_DECODING_BIT Integer = 45; synonym ec_ERROR_DECODING_BITSTRING Integer = 46; synonym ec_ERROR_DECODING_OCTET Integer = 47; synonym ec_ERROR_DECODING_OCTETSTRING Integer = 48; synonym ec_ERROR_DECODING_SIGNALID Integer = 49; synonym ec_ERROR_DECODING_STRUCT Integer = 50; synonym ec_ERROR_DECODING_CHOICE Integer = 51; synonym ec_ERROR_DECODING_POWERSET Integer = 52; synonym ec_ERROR_DECODING_BAG Integer = 53; synonym ec_ERROR_DECODING_STRING Integer = 54; synonym ec_ERROR_DECODING_ARRAY Integer = 55; synonym ec_ERROR_DECODING_REF Integer = 56; synonym ec_ERROR_DECODING_USERDEF Integer = 57; synonym ec_ERROR_UNKNOWN_TYPE_NODE Integer = 58; synonym ec_ERROR_DECODING_PARSTART Integer = 59; synonym ec_ERROR_DECODING_PAREND Integer = 60; /* Backward compability error codes */ synonym ec_SMLBUF_READ_ERROR Integer = 12; /* ec_BUF_NoMoreDataForRead */ synonym ec_UNKNOWN_TYPE_CLASS Integer = 16; /* ec_INT_UnsupportedType */ synonym ec_BER_WRONG_UNUSED_BITS Integer = 27; /* ec_DEC_WrongUnusedBits */ synonym ec_BER_WRONG_REAL_VALUE Integer = 29; /* ec_DEC_WrongRealPrefix */ synonym ec_BER_UNSUPPORTED_REAL_BASE Integer = 30; /* ec_DEC_UnsupportedRealBase */ synonym ec_BER_UNSUPPORTED_REAL_DECIMAL_ENC Integer = 31; /* ec_DEC_UnsupportedRealDecimalEncoding */ synonym ec_BER_WRONG_ALTERNATIVE_TAG Integer = 37; /* ec_DEC_UnknownAlternative */ synonym ec_BER_WRONG_COMPONENT_TAG Integer = 36; /* ec_DEC_UnknownComponent */ synonym ec_BER_OPEN_TABLE_ID_NOT_PRESENT Integer = 38; /* ec_DEC_NoOpenId */ synonym ec_BER_WRONG_OPEN_TABLE_ID Integer = 39; /* ec_DEC_UnknownObject */ synonym ec_PER_WRONG_REAL_VALUE Integer = 29; /* ec_DEC_WrongRealPrefix */ synonym ec_PER_UNSUPPORTED_REAL_BASE Integer = 30; /* ec_DEC_UnsupportedRealBase */ synonym ec_PER_UNSUPPORTED_REAL_DECIMAL_ENC Integer = 31; /* ec_DEC_UnsupportedRealDecimalEncoding */ synonym ec_PER_WRONG_FRAGMENTATION Integer = 26; /* ec_DEC_WrongConstructedLengthPrefix */ synonym ec_PER_OPEN_TABLE_ID_NOT_PRESENT Integer = 38; /* ec_DEC_NoOpenId */ synonym ec_PER_WRONG_OPEN_TABLE_ID Integer = 39; /* ec_DEC_UnknownObject */