Errors
[OMA Device Management Provisioning]


OMADM ERRORS

Defines the OMADM errors. A localized text describing the error can be retrieved or displayed in a dialog box to the user, by using the ALP Error Manager APIs.

#define ALP_OMADM_STATUS_AUTH_FAILED   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x04)
 Authentication failed.
#define ALP_OMADM_STATUS_BAD_KEY   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x08)
 Invalid Key (does not start with '/', or malformed).
#define ALP_OMADM_STATUS_BAD_ROOT_NODE   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x09)
 GlobalSettings returned a key that does not start with the /DM/ root node.
#define ALP_OMADM_STATUS_CANCELLED   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x10)
 Cancelled.
#define ALP_OMADM_STATUS_CORRUPT   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x03)
 Indicates the contents of a document are corrupt.
#define ALP_OMADM_STATUS_DBUS   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x18)
 DBUS ERROR.
#define ALP_OMADM_STATUS_FORBIDDEN   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x16)
 Operation is forbidden.
#define ALP_OMADM_STATUS_INACTIVE_CONTEXT   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x14)
 Context is currently invalid (no SIM).
#define ALP_OMADM_STATUS_IO_ERROR   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x0e)
 IO Error.
#define ALP_OMADM_STATUS_KEY_HAS_NO_STRING_DATA   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x0b)
 Key contains no data or a bad data type.
#define ALP_OMADM_STATUS_MEMORY_ERROR   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x02)
 Memory allocation error.
#define ALP_OMADM_STATUS_NO_SUCH_SETTINGS   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x0c)
 The searched settings don't exist.
#define ALP_OMADM_STATUS_NODE_ALREADY_EXIST   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x0a)
 A duplicate key was found when building the tree.
#define ALP_OMADM_STATUS_NODE_DOES_NOT_EXIST   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x13)
 Node does not exist.
#define ALP_OMADM_STATUS_NOT_ALLOWED   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x15)
 Operation Not Allowed.
#define ALP_OMADM_STATUS_NOT_IMPLEMENTED   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x05)
 Not implemented.
#define ALP_OMADM_STATUS_NOT_SUPPORTED   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x0f)
 Not Supported.
#define ALP_OMADM_STATUS_OPEN_ERROR   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x07)
 Indicates an error occured opening a file.
#define ALP_OMADM_STATUS_POSTPONED   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x17)
 POSTPONED.
#define ALP_OMADM_STATUS_READ_ERROR   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x06)
 Indicates an error occured reading from a descriptor.
#define ALP_OMADM_STATUS_SESSION_START_FAILED   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x0d)
 Unable to start DM session.
#define ALP_OMADM_STATUS_TRANSACTION_ALREADY_ACTIVE   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x11)
 Transaction mode already active.
#define ALP_OMADM_STATUS_TRANSACTION_NOT_ACTIVE   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x12)
 Transaction mode not currently active.
#define ALP_OMADM_STATUS_UNKNOWN   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x01)
 Generic error.


Define Documentation

#define ALP_OMADM_STATUS_AUTH_FAILED   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x04)
 

Authentication failed.

#define ALP_OMADM_STATUS_BAD_KEY   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x08)
 

Invalid Key (does not start with '/', or malformed).

#define ALP_OMADM_STATUS_BAD_ROOT_NODE   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x09)
 

GlobalSettings returned a key that does not start with the /DM/ root node.

#define ALP_OMADM_STATUS_CANCELLED   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x10)
 

Cancelled.

#define ALP_OMADM_STATUS_CORRUPT   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x03)
 

Indicates the contents of a document are corrupt.

#define ALP_OMADM_STATUS_DBUS   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x18)
 

DBUS ERROR.

#define ALP_OMADM_STATUS_FORBIDDEN   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x16)
 

Operation is forbidden.

#define ALP_OMADM_STATUS_INACTIVE_CONTEXT   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x14)
 

Context is currently invalid (no SIM).

#define ALP_OMADM_STATUS_IO_ERROR   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x0e)
 

IO Error.

#define ALP_OMADM_STATUS_KEY_HAS_NO_STRING_DATA   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x0b)
 

Key contains no data or a bad data type.

#define ALP_OMADM_STATUS_MEMORY_ERROR   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x02)
 

Memory allocation error.

#define ALP_OMADM_STATUS_NO_SUCH_SETTINGS   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x0c)
 

The searched settings don't exist.

#define ALP_OMADM_STATUS_NODE_ALREADY_EXIST   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x0a)
 

A duplicate key was found when building the tree.

#define ALP_OMADM_STATUS_NODE_DOES_NOT_EXIST   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x13)
 

Node does not exist.

#define ALP_OMADM_STATUS_NOT_ALLOWED   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x15)
 

Operation Not Allowed.

#define ALP_OMADM_STATUS_NOT_IMPLEMENTED   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x05)
 

Not implemented.

#define ALP_OMADM_STATUS_NOT_SUPPORTED   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x0f)
 

Not Supported.

#define ALP_OMADM_STATUS_OPEN_ERROR   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x07)
 

Indicates an error occured opening a file.

#define ALP_OMADM_STATUS_POSTPONED   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x17)
 

POSTPONED.

#define ALP_OMADM_STATUS_READ_ERROR   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x06)
 

Indicates an error occured reading from a descriptor.

#define ALP_OMADM_STATUS_SESSION_START_FAILED   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x0d)
 

Unable to start DM session.

#define ALP_OMADM_STATUS_TRANSACTION_ALREADY_ACTIVE   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x11)
 

Transaction mode already active.

#define ALP_OMADM_STATUS_TRANSACTION_NOT_ACTIVE   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x12)
 

Transaction mode not currently active.

#define ALP_OMADM_STATUS_UNKNOWN   ALP_ERROR_DECLARE(ALP_CLASS_OMADM, 0x01)
 

Generic error.


Generated on Wed Jul 30 07:06:43 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.