Errors
[Launcher Data Model]


Detailed Description

Launcher Data Model Error Codes.


Defines

#define ALP_STATUS_LAUNCHER_DML_DATABASE_ERROR   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00030000)
 Generic database error.
#define ALP_STATUS_LAUNCHER_DML_EXISTS   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | EEXIST)
 The DML already has an entry for the specified bundle.
#define ALP_STATUS_LAUNCHER_DML_ICON_HELPER_ERROR   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00070000)
 Failed loading the launcher DML icon helper.
#define ALP_STATUS_LAUNCHER_DML_INTERNAL_ERROR   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00050000)
 The DML has encountered an internal logic error.
#define ALP_STATUS_LAUNCHER_DML_INVALID_COLUMN   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00040000)
 The specified column does not match the type of the alp_launcher_dml_get_*() function called.
#define ALP_STATUS_LAUNCHER_DML_INVALID_LUID   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00010000)
 A LUID parameter is invalid. Currently only for internal use.
#define ALP_STATUS_LAUNCHER_DML_INVALID_PARAMETER   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | EINVAL)
 A function parameter is invalid, e.g. NULL when it shouldn't be.
#define ALP_STATUS_LAUNCHER_DML_NO_RECORD   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00020000)
 A record could not be located.
#define ALP_STATUS_LAUNCHER_DML_NOMEM   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | ENOMEM)
 An operation could not allocate memory.
#define ALP_STATUS_LAUNCHER_DML_UNKNOWN   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00060000)
 The DML has encountered an error that can't be classified.


Define Documentation

#define ALP_STATUS_LAUNCHER_DML_DATABASE_ERROR   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00030000)
 

Generic database error.

#define ALP_STATUS_LAUNCHER_DML_EXISTS   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | EEXIST)
 

The DML already has an entry for the specified bundle.

#define ALP_STATUS_LAUNCHER_DML_ICON_HELPER_ERROR   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00070000)
 

Failed loading the launcher DML icon helper.

#define ALP_STATUS_LAUNCHER_DML_INTERNAL_ERROR   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00050000)
 

The DML has encountered an internal logic error.

#define ALP_STATUS_LAUNCHER_DML_INVALID_COLUMN   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00040000)
 

The specified column does not match the type of the alp_launcher_dml_get_*() function called.

#define ALP_STATUS_LAUNCHER_DML_INVALID_LUID   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00010000)
 

A LUID parameter is invalid. Currently only for internal use.

#define ALP_STATUS_LAUNCHER_DML_INVALID_PARAMETER   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | EINVAL)
 

A function parameter is invalid, e.g. NULL when it shouldn't be.

#define ALP_STATUS_LAUNCHER_DML_NO_RECORD   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00020000)
 

A record could not be located.

#define ALP_STATUS_LAUNCHER_DML_NOMEM   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | ENOMEM)
 

An operation could not allocate memory.

#define ALP_STATUS_LAUNCHER_DML_UNKNOWN   ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00060000)
 

The DML has encountered an error that can't be classified.


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

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