| EIpsec_NotANATTPacket | -5154 | UDP packet is NOT a NAT Taversal packet |
| EIpsec_NoInnerSource | -5155 | Cannot find inner-src for outbound packet when tunneling (for SECPOL) |
| EIpsec_LostSA | -5156 | An SA has been lost betweenApply andVerify, expired? (for SECPOL) |
| EIpsec_IcmpError | -5157 | An ICMP error report containing AH orESP (for INET6) |
| EIpsec_PolicyUnknownSelector | -5158 | unknown selector keyword |
| EIpsec_PolicyInboundOutbound | -5159 | Only one of the 'inbound' or 'outbound' is allowed |
| EIpsec_PolicyIpMaskExpected | -5160 | Expected IP address (as mask) here |
| EIpsec_PolicyIpAddressExpected | -5161 | Expected IP address here |
| EIpsec_PolicyInvalidIpAddress | -5162 | Invalid IP address |
| EIpsec_PolicyRightParen | -5163 | Right parenthesis expected |
| EIpsec_PolicyLeftParen | -5164 | Left parenthesis expected |
| EIpsec_PolicySpecNotFound | -5165 | SA specification is not defined before reference in selector |
| EIpsec_PolicySyntaxError | -5166 | Generic delimiter error inspecification |
| EIpsec_PolicySpecName | -5167 | SA specification name missing or invalid |
| EIpsec_PolicyNoEncryptAlgorithm | -5168 | ESP specification must include encryptionb algorithm |
| EIpsec_PolicyNoAuthAlgorithm | -5169 | AH specification must include authentication algorithm |
| EIpsec_PolicyTooManyTypes | -5170 | Type can be specified onlyonce for specification |
| EIpsec_PolicyNoType | -5171 | SA type (AH or ESP) omittedfromspecification |
| EIpsec_PolicyCloseBraceExpected | -5172 | closing brace expected |
| EIpsec_PolicyNumberExpected | -5173 | number value expected |
| EIpsec_PolicyUnknownSpec | -5174 | unknown policy specification keyword |
| EIpsec_PolicyInvalidIdentity | -5175 | invalid identity syntax |
| EIpsec_PolicyIdentityDefined | -5176 | identify already defined |
| EIpsec_PolicyUnknownAuth | -5177 | algorithm not defined in algorithm map |
| EIpsec_PolicyUnknownEncrypt | -5178 | algorithm not defined in algorithm map |
| EIpsec_UnavailableDigest | -5179 | No installed library implements the digest |
| EIpsec_UnavailableCipher | -5180 | No installed library implements the cipher |
| EIpsec_UnknownDigestNumber | -5181 | Attempting to use algorithmnumber that is not known |
| EIpsec_UnknownCipherNumber | -5182 | Attempting to use algorithmnumber that is not known |
| EIpsec_BadCipherKey | -5183 | Key in SA is too short (forthe algorithm) or is weak |
| EIpsec_MismatchDestinationIdentity | -5184 | destination identity does not match |
| EIpsec_MismatchSourceIdentity | -5185 | source identity does not match |
| EIpsec_MismatchProtocol | -5186 | protocol does not match |
| EIpsec_MismatchDestinationPort | -5187 | destination port does not match |
| EIpsec_MismatchSourcePort | -5188 | source port does not match |
| EIpsec_MismatchProxy | -5189 | proxy address does not match |
| EIpsec_MismatchSource | -5190 | source address does not match |
| EIpsec_MismatchReplayWindow | -5191 | ReplayWindow length is shorter than required |
| EIpsec_MismatchedEncryptAlg | -5192 | Encrypt algorithm doesn't match |
| EIpsec_MismatchedAuthAlg | -5193 | Auth algorithm doesn't match |
| EIpsec_MismatchedPFS | -5194 | PFS bit is not same |
| EIpsec_MismatchedType | -5195 | SA Type (AH/ESP) does not match |
| EIpsec_MismatchedDestination | -5196 | SA destination does not match (internal error?) |
| EIpsec_AcquireFailed | -5197 | Acquiring SA failed (no SAavailableor negotiated) |
| EIpsec_EspBadCipherBlockSize | -5198 | Configuration error, cipherblock size must be < 256 |
| EIpsec_EspSequenceWrap | -5199 | Outbound sequence # wrappedaround for this SA |
| EIpsec_AhSequenceWrap | -5200 | Outbound sequence # wrappedaround for this SA |
| EIpsec_AhPacketTooLong | -5201 | Outbound packet would exeed2**16-1 with AH |
| EIpsec_AhRMBufSplit | -5202 | Inbound AH processing failed (Memory?) |
| EIpsec_NoBundle | -5203 | Incoming packet had transforms, but policy doesn't require any |
| EIpsec_TooManyTransforms | -5204 | Incoming packet had more transforms than policy requires |
| EIpsec_UnrequiredSA | -5205 | Applied SA where policy hasnone |
| EIpsec_MismatchedSA | -5206 | Applied SA does not match the policy |
| EIpsec_TunnelMismatch | -5207 | Tunnelmode does not match the policy |
| EIpsec_TooFewTransforms | -5208 | Incoming packet has less transforms than policy requires |
| EIpsec_MaxTransforms | -5209 | Incoming packet exceed configured maxlimit of transforms |
| EIpsec_NoSelectorMatch | -5210 | None of the policy selectors matched |
| EIpsec_OutboundPending | -5211 | Outbooud SA does not exits,ACQUIRE pending |
| EIpsec_OutboundNotFound | -5212 | Outbound SA does not exist,ACQUIRE started |
| EIpsec_ReplayDuplicate | -5213 | Duplicate packet (replay window test) |
| EIpsec_EspPadLength | -5214 | The ESP pad length is corrupt (probably wrong key) |
| EIpsec_EspPadByte | -5215 | The ESP pad byte content isinvalid (probably wrong key) |
| EIpsec_DataAlignment | -5216 | Data not aligned by block size |
| EIpsec_PacketLength | -5217 | Invalid lenght of the packet |
| EIpsec_AhAuthentication | -5218 | Authentication check failedin AH |
| EIpsec_AhIcvLength | -5219 | ICV length in packet does not match algorithm |
| EIpsec_AhInboundSA | -5220 | The inbound SA for AH doesnot exist |
| EIpsec_AhAuthAlg | -5221 | Required auth algorithm forAH not available/installed |
| EIpsec_EspEncrAlg | -5222 | Required encrypt algorithmfor ESP not available/installed |
| EIpsec_EspAuthAlg | -5223 | Required auth algorithm forESP not available/installed |
| EIpsec_EspAuthentication | -5224 | Authentication check failedin ESP |
| EIpsec_EspInboundSA | -5225 | The inbound SA for ESP doesnot exist |
| EIpsec_CorruptPacketOut | -5226 | Corrupt packet after IPSECoperations |
| EIpsec_CorruptPacketIn | -5227 | Truncated or corrupt packetor header(in) |
| EIpsec_RMBUF | -5228 | RMBUF operation failed unexpectedly |
Hi All,
i got error code -26000. what's it mean for?
Thanks, eswar
Hi all,
i got error code 1280...what does this mean...
Hi i have N80 S60 3rd edt.
when connect using vpn i get error code 24578.. what this code means.
Regards
Does someone know what -996 means? CParser gave me that. Why are there so many codes missing from this page?
This means "Invalid Token"
There are "so many codes missing from this page" because most of the error codes are not documented and listed anywhere and you have to go through the Symbian OS source code to get them.
It seems to me that Symbian OS is in perpetual BETA mode. hehehe. =D
Just as a remark:
Those MMS Errors still happen under Symbian OS 9.2 (3rd Edition FP1)
Hi All,
I am getting a message Error! Leave -858993460....
Please help in case you know what this mean.
Thanks in advance.
SJ
i`m getting error code "app . closed MidpUI e32user-cbASE71"when i start appli cations on my nokia n-gage qd...
an y one help me out...
Dear Sir,
Wen iam download vradio software in mobile phone .. while conneting to vradio iam getting Symbian OS Error Codes -4159
My mobile is nokia 6600
Kindly advice
Sam. india[b]