~ubuntu-branches/ubuntu/oneiric/soprano/oneiric-updates

« back to all changes in this revision

Viewing changes to soprano/error.h

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2011-12-08 16:40:13 UTC
  • mfrom: (60.1.2 precise)
  • Revision ID: package-import@ubuntu.com-20111208164013-q9pswzmys8myy8oa
Tags: 2.7.4+dfsg.1-0ubuntu0.1
Post release update for oneiric to resolve ongoing issues with Nepomuk
(LP: #901888)

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
            ErrorNotSupported = 0x2,     /**< Error indicating that a certain functionality is not supported. */
45
45
            ErrorParsingFailed = 0x3,    /**< Parsing a query or an RDF serialization failed. */
46
46
            ErrorPermissionDenied = 0x4, /**< Permission is denied. \since 2.1 */
 
47
            ErrorTimeout = 0x5,          /**< The command timed out. \since 2.7.4 */
47
48
            ErrorUnknown = 0x1000        /**< An unknown error occured. */
48
49
        };
49
50