obex/obexprotocol/obextransport/inc/obextransportfaults.h
changeset 54 4dc88a4ac6f4
parent 52 866b4af7ffbe
child 57 f6055a57ae18
equal deleted inserted replaced
52:866b4af7ffbe 54:4dc88a4ac6f4
     1 // Copyright (c) 2005-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 "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __OBEXTRANSPORTFAULTS_H
       
    17 #define __OBEXTRANSPORTFAULTS_H
       
    18 /**
       
    19 @file 
       
    20 @internalComponent
       
    21 */
       
    22 
       
    23 enum TObexTransportFaultCode
       
    24 	{
       
    25 	ETransportNullPointer					= 0,
       
    26 	EStringOverflow							= 1,
       
    27 	EPacketOverrun							= 2,
       
    28 	EInvalidHeaderSize						= 3,
       
    29 	EInvalidPacketSize						= 4,
       
    30 	EDataLimitLargerThanBuffer				= 5,
       
    31 	EOwnerAlreadySet						= 6,
       
    32 	};
       
    33 	
       
    34 #endif