Main Page | Modules | Files | Functions | Code Elements | Data Structures | Deprecated

AOM Errors
[Application Object Module]

Defines


Define Documentation

#define AOM_attrib_invalid_name   (EMH_AOM_error_base + 20)

The name of the attribute in invalid for operation

Definition at line 69 of file aom_errors.h.

#define AOM_cannot_touch_archived   (EMH_AOM_error_base + 14)

Definition at line 57 of file aom_errors.h.

#define AOM_cannot_touch_replica   (EMH_AOM_error_base + 13)

Definition at line 56 of file aom_errors.h.

#define AOM_inst_archived   (EMH_AOM_error_base + 12)

Definition at line 55 of file aom_errors.h.

#define AOM_inst_checked_out_against   (EMH_AOM_error_base + 4)

Object checked out by another user.

Definition at line 37 of file aom_errors.h.

#define AOM_inst_copy_protected   (EMH_AOM_error_base + 11)

You do not have copy access to the object.

Definition at line 53 of file aom_errors.h.

#define AOM_inst_delete_protected   (EMH_AOM_error_base + 10)

You do not have delete access to the object.

Definition at line 50 of file aom_errors.h.

#define AOM_inst_frozen   (EMH_AOM_error_base + 2)

Definition at line 31 of file aom_errors.h.

#define AOM_inst_in_use   (EMH_AOM_error_base + 1)

Object is locked for modify in another session.

Definition at line 29 of file aom_errors.h.

#define AOM_inst_in_xfer_pending   (EMH_AOM_error_base + 18)

Object is locked for modify due to ownership transfer pending.

Definition at line 63 of file aom_errors.h.

#define AOM_inst_read_protected   (EMH_AOM_error_base + 5)

You do not have read access to the object.

Definition at line 40 of file aom_errors.h.

#define AOM_inst_write_protected   (EMH_AOM_error_base + 3)

You do not have write access to the object.

Definition at line 34 of file aom_errors.h.

#define AOM_internal_error   (EMH_AOM_error_base + 0)

Definition at line 26 of file aom_errors.h.

#define AOM_invalid_attribute   (EMH_AOM_error_base + 19)

Attribute is not valid for the operation

Definition at line 66 of file aom_errors.h.

#define AOM_invalid_deferred_operation   (EMH_AOM_error_base + 22)

The operation is not allowed when deferred is turned on

Definition at line 75 of file aom_errors.h.

#define AOM_invalid_prop_index   (EMH_AOM_error_base + 16)

Definition at line 59 of file aom_errors.h.

#define AOM_locked_by   (EMH_AOM_error_base + 9)

Definition at line 47 of file aom_errors.h.

#define AOM_not_in_parent   (EMH_AOM_error_base + 15)

Definition at line 58 of file aom_errors.h.

#define AOM_read_protection_failed   (EMH_AOM_error_base + 6)

Unable to read protection.

Definition at line 43 of file aom_errors.h.

#define AOM_user_has_no_write_access_to_object   (EMH_AOM_error_base + 17)

Definition at line 60 of file aom_errors.h.

#define AOM_VLA_data_truncated   (EMH_AOM_error_base + 21)

The input VLA string size exceeds the allowed limit of 4000-48

Definition at line 72 of file aom_errors.h.

#define AOM_where_refd_on_delete_a   (EMH_AOM_error_base + 7)

Definition at line 45 of file aom_errors.h.

#define AOM_where_refd_on_delete_b   (EMH_AOM_error_base + 8)

Definition at line 46 of file aom_errors.h.