00001 // See ../license.txt for license information. 00002 // 00003 // jscript_object_nav_errors.h 00004 // 00005 // 8-Jul-2003 phamilton Created 00006 // 00007 00008 #ifndef incREFLECT_JSCRIPT_OBJECT_NAV_ERRORS 00009 #define incREFLECT_JSCRIPT_OBJECT_NAV_ERRORS 00010 00011 #define e_nobuiltin_or_composite "No builtin or composite found." 00012 #define e_no_composite "No composite found." 00013 #define e_no_parent "Parent was not found." 00014 #define e_no_nth_parent "Parent with subscript was not found." 00015 #define e_no_nth_object "Object with numeric subscript was not found." 00016 #define e_no_named_object "Object with name subscript was not found." 00017 #define e_not_singleton_composite "Object was not a singleton composite. Did you mean to use ()?." 00018 #define e_empty_singleton_composite "Singleton composite was empty." 00019 #define e_empty_part "Empty part. Couldn't Parse." 00020 #define e_internal_no_outer "Internal Error. No outer for object." 00021 #define e_internal_cant_reflect "Internal Error. Object isn't based correctly." 00022 #define e_internal_no_outer_interface "Internal Error. No interface to get outer for object." 00023 #define e_internal_no_reflect_interface "Internal Error. No interface to reflect object." 00024 #define e_internal_get_sub_object_reached_end "Internal Error. get_sub_object reached the end." 00025 00026 #endif // incREFLECT_JSCRIPT_OBJECT_NAV_ERRORS