~ubuntu-core-dev/apt/ubuntu

« back to all changes in this revision

Viewing changes to apt-pkg/acquire-item.h

* merged the apt-breaks-iwj branch
* pulled in the other remaining ubuntu changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
       /** \brief The item was downloaded but its authenticity could
98
98
        *  not be verified.
99
99
        */
100
 
       StatAuthError
 
100
       StatAuthError,
 
101
 
 
102
       /** \brief The item was could not be downloaded because of 
 
103
        *  a transient network error (e.g. network down)
 
104
        */
 
105
       StatTransientNetworkError
101
106
     } Status;
102
107
 
103
108
   /** \brief Contains a textual description of the error encountered