General

Kalipso - Developing - Error Codes - General

Code

Error

Description

-1

K_ERROR_GENERIC

Unspecified generic error

-2

K_ERROR_REFRESH

Error loading the content of a control

-3

K_ERROR_PRINTING

Error printing

-4

K_ERROR_EXEC_APPLICATION

Error executing external application

-5

K_ERROR_MEMORY_ALLOCATION

Error in memory allocation or insufficient memory available

-6

K_ERROR_INVALID_PARAMETER

Invalid parameter or missing parameter

-7

K_ERROR_INVALID_PRIMARY_KEY

Invalid primary key specified. (Ex: “UpdateRecord” without all the keys in the table being specified)

-8

K_ERROR_USER_CANCELED

The user canceled the operation

-9

K_ERROR_ONLY_FOR_WINDOWS_MOBILE

The function executed is only available for Windows Mobile and this is not a Windows Mobile client

-10

K_ERROR_NOT_AVAILABLE_FOR_CURRENT_CLIENT

The function executed is not available for this Kalipso client

-11

K_ERROR_ONLY_FOR_WINCE

The function executed is only available for Windows CE or Windows Mobile and this is not a Windows CE or Windows Mobile client

-12

K_ERROR_ALREADY_CONNECTED

The connection/activation request failed because the connection/activation is already done

-13

K_ERROR_NOT_CONNECTED

The disconnection/deactivation request failed because it is already disconnected/deactivated

-14

K_ERROR_LOADING_FILE

Error loading file (ex: loading image file)

-15

K_ERROR_SAVING_TO_FILE

Error saving to file (ex: saving image file)

-16

K_ERROR_IMAGE_OPERATION

Error making an image operation (ex: Resize, Rotate, Change Type,...)

-17

K_ERROR_NOT_FOUND

Error making an operation on a object. The object was not found.

-18

K_ERROR_CONNECTION_ACTIVATE

Error activating a network connection

-19

K_ERROR_COMMUNICATION_MIS

Error in file transfer/synchronization with MIS Communicator

Last updated