Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <obexpanics.h>

Enum TObexPanicCode

TObexPanicCode

Description

All Obex panics which may be raised as a result of a client (i.e. external) programming error. Internal Obex panics are errors listed in TObexFaultCode

ENullPointer

A NULL value was supplied for the data buffer. Note that this pointer can refer to either a memory buffer or a pointer to a RFile object.

EEmptyBuffer

The supplied buffer is of zero length.

EHeaderAsBadType

The header is not of the requested type.

EInvalidBufferStrategy

An unknown TFileBuffering value was supplied.

ENullFileHandle

The RFile object does not point to a valid (open) file.

EInvalidBufferDetails

An unknown TObexBufferingDetailsTObexBufferingDetails object was supplied to a buffer object.

ENoNotificationToComplete

A call has been made to CObexServer::RequestIndicationCallback(CObexBaseObject *) when no asynchronous request is outstanding.

EChangeInterfaceDuringWait

A call has been made to CObexServer::Start(MObexServerNotify *) when an asynchronous request is outstanding.

EBadPacketProcessEvent

An invalid packet process event has been signalled.

ENoPacketProcessObserverSet

An event is available for signalling, but there is no observer set.

EInvalidResponseCodeFromServerApp

In CObexServerCObexServer, a call has been made to RequestCompleteIndicationCallback(TObexResponse) or RequestIndicationCallback(TObexResponse) with invalid response code or RequestCompleteIndicationCallback(TInt) with invalid Symbian error code

EInvalidResponseCallback

In CObexServerCObexServer, RequestCompleteIndicationCallback has been called in response to Put/GetRequestIndication or ReuqestIndicationCallback has been called in response to Put/GetComplete or SetPath Indication

ENoResponseCodeToReturn

The last server response code has been requested prior to a response from the server.

EAddingInvalidEoBHeader

Adding End of Body header when there is data in the object.

EOverrideRequestHandlingInBadState

A user has requested to override the handling of a request packet at an invalid time.

[Top]


Enum TObexTransportPanicCode

TObexTransportPanicCode

Description

Obex transport panics raised as a result of client programming error

EInvalidNumberOfTransportImplementations

The number of transport implementations for a given transport name is more than what is allowed. Check that there is not more than the allowed number of plugin resource files containing the same default data and inteface uid.