symport/symutil/inc/errorstrings.h
author jjkang
Fri, 11 Jun 2010 15:22:09 +0800
changeset 2 806186ab5e14
parent 1 0a7b44b10206
permissions -rw-r--r--
Change SFL to EPL

// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

ERRORSTRING(No error [KErrNone]),
ERRORSTRING(Unable to find the specified object [KErrNotFound]),
ERRORSTRING(General (unspecified) error [KErrGeneral]),
ERRORSTRING(The operation was cancelled [KErrCancel]),
ERRORSTRING(Not enough memory. Close some applications and try again [KErrNoMemory]),
ERRORSTRING(The operation requested is not supported [KErrNotSupported]),
ERRORSTRING(Malformed query [KErrArgument]),
ERRORSTRING(Total loss of precision [KErrTotalLossOfPrecision]),
ERRORSTRING(Bad object [KErrBadHandle]),
ERRORSTRING(Overflow [KErrOverflow]),
ERRORSTRING(Underflow [KErrUnderflow]),
ERRORSTRING(Already exists [KErrAlreadyExists]),
ERRORSTRING(Unable to find the specified folder [KErrPathNotFound]),
ERRORSTRING(Closed [KErrDied]),
ERRORSTRING(The specified object is currently in use by another program [KErrInUse]),
ERRORSTRING(Server has closed [KErrServerTerminated]),
ERRORSTRING(Server busy [KErrServerBusy]),
ERRORSTRING(Completion error [KErrCompletion]),
ERRORSTRING(Not ready [KErrNotReady]),
ERRORSTRING(Unknown error [KErrUnknown]),
ERRORSTRING(Corrupt [KErrCorrupt]),
ERRORSTRING(Access denied [KErrAccessDenied]),
ERRORSTRING(Locked [KErrLocked]),
ERRORSTRING(Failed to write [KErrWrite]),
ERRORSTRING(Wrong disk present [KErrDisMounted]),
ERRORSTRING(Unexpected end of file [KErrEof]),
ERRORSTRING(Disk full [KErrDiskFull]),
ERRORSTRING(Bad device driver [KErrBadDriver]),
ERRORSTRING(Bad name [KErrBadName]),
ERRORSTRING(Comms line failed [KErrCommsLineFail]),
ERRORSTRING(Comms frame error [KErrCommsFrame]),
ERRORSTRING(Comms overrun error [KErrCommsOverrun]),
ERRORSTRING(Comms parity error [KErrCommsParity]),
ERRORSTRING(Timed out [KErrTimedOut]),
ERRORSTRING(Failed to connect [KErrCouldNotConnect]),
ERRORSTRING(Failed to disconnect [KErrCouldNotDisconnect]),
ERRORSTRING(Disconnected [KErrDisconnected]),
ERRORSTRING(Bad library entry point [KErrBadLibraryEntryPoint]),
ERRORSTRING(Bad descriptor [KErrBadDescriptor]),
ERRORSTRING(Interrupted [KErrAbort]),
ERRORSTRING(Too big [KErrTooBig]),
ERRORSTRING(Divide by zero [KErrDivideByZero]),
ERRORSTRING(Batteries too low [KErrBadPower]),
ERRORSTRING(Folder full [KErrDirFull]),
ERRORSTRING(Hardware not available [KErrHardwareNotAvailable]),
ERRORSTRING(Session closed [KErrSessionClosed]),
ERRORSTRING(Permission denied when attempting operatio [KErrPermissionDenied])