/Mac/scripts/mkestrres-macerrors.h

http://unladen-swallow.googlecode.com/ · C++ Header · 13 lines · 12 code · 0 blank · 1 comment · 0 complexity · 8b4c890e57af5bd4c1bdeef90bcde456 MD5 · raw file

  1. /* Errors from InternetConfig.h */
  2. icPrefNotFoundErr = -666, /* Internet preference not found */
  3. icPermErr = -667, /* cannot set preference */
  4. icPrefDataErr = -668, /* problem with preference data */
  5. icInternalErr = -669, /* Internet Config internal error */
  6. icTruncatedErr = -670, /* more data was present than was returned */
  7. icNoMoreWritersErr = -671, /* you cannot begin a write session because someone else is already doing it */
  8. icNothingToOverrideErr = -672, /* no component for the override component to capture */
  9. icNoURLErr = -673, /* no URL found */
  10. icConfigNotFoundErr = -674, /* no internet configuration was found */
  11. icConfigInappropriateErr = -675, /* incorrect manufacturer code */
  12. icProfileNotFoundErr = -676, /* profile not found */
  13. icTooManyProfilesErr = -677 /* too many profiles in database */