symport/symutil/inc/errorstrings.h
changeset 1 0a7b44b10206
child 2 806186ab5e14
equal deleted inserted replaced
0:c55016431358 1:0a7b44b10206
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 ERRORSTRING(No error [KErrNone]),
       
    17 ERRORSTRING(Unable to find the specified object [KErrNotFound]),
       
    18 ERRORSTRING(General (unspecified) error [KErrGeneral]),
       
    19 ERRORSTRING(The operation was cancelled [KErrCancel]),
       
    20 ERRORSTRING(Not enough memory. Close some applications and try again [KErrNoMemory]),
       
    21 ERRORSTRING(The operation requested is not supported [KErrNotSupported]),
       
    22 ERRORSTRING(Malformed query [KErrArgument]),
       
    23 ERRORSTRING(Total loss of precision [KErrTotalLossOfPrecision]),
       
    24 ERRORSTRING(Bad object [KErrBadHandle]),
       
    25 ERRORSTRING(Overflow [KErrOverflow]),
       
    26 ERRORSTRING(Underflow [KErrUnderflow]),
       
    27 ERRORSTRING(Already exists [KErrAlreadyExists]),
       
    28 ERRORSTRING(Unable to find the specified folder [KErrPathNotFound]),
       
    29 ERRORSTRING(Closed [KErrDied]),
       
    30 ERRORSTRING(The specified object is currently in use by another program [KErrInUse]),
       
    31 ERRORSTRING(Server has closed [KErrServerTerminated]),
       
    32 ERRORSTRING(Server busy [KErrServerBusy]),
       
    33 ERRORSTRING(Completion error [KErrCompletion]),
       
    34 ERRORSTRING(Not ready [KErrNotReady]),
       
    35 ERRORSTRING(Unknown error [KErrUnknown]),
       
    36 ERRORSTRING(Corrupt [KErrCorrupt]),
       
    37 ERRORSTRING(Access denied [KErrAccessDenied]),
       
    38 ERRORSTRING(Locked [KErrLocked]),
       
    39 ERRORSTRING(Failed to write [KErrWrite]),
       
    40 ERRORSTRING(Wrong disk present [KErrDisMounted]),
       
    41 ERRORSTRING(Unexpected end of file [KErrEof]),
       
    42 ERRORSTRING(Disk full [KErrDiskFull]),
       
    43 ERRORSTRING(Bad device driver [KErrBadDriver]),
       
    44 ERRORSTRING(Bad name [KErrBadName]),
       
    45 ERRORSTRING(Comms line failed [KErrCommsLineFail]),
       
    46 ERRORSTRING(Comms frame error [KErrCommsFrame]),
       
    47 ERRORSTRING(Comms overrun error [KErrCommsOverrun]),
       
    48 ERRORSTRING(Comms parity error [KErrCommsParity]),
       
    49 ERRORSTRING(Timed out [KErrTimedOut]),
       
    50 ERRORSTRING(Failed to connect [KErrCouldNotConnect]),
       
    51 ERRORSTRING(Failed to disconnect [KErrCouldNotDisconnect]),
       
    52 ERRORSTRING(Disconnected [KErrDisconnected]),
       
    53 ERRORSTRING(Bad library entry point [KErrBadLibraryEntryPoint]),
       
    54 ERRORSTRING(Bad descriptor [KErrBadDescriptor]),
       
    55 ERRORSTRING(Interrupted [KErrAbort]),
       
    56 ERRORSTRING(Too big [KErrTooBig]),
       
    57 ERRORSTRING(Divide by zero [KErrDivideByZero]),
       
    58 ERRORSTRING(Batteries too low [KErrBadPower]),
       
    59 ERRORSTRING(Folder full [KErrDirFull]),
       
    60 ERRORSTRING(Hardware not available [KErrHardwareNotAvailable]),
       
    61 ERRORSTRING(Session closed [KErrSessionClosed]),
       
    62 ERRORSTRING(Permission denied when attempting operatio [KErrPermissionDenied])