#include <transerror.h>
Data Fields | |
PmTransErrorType | type |
The type of transaction error. | |
PmPackage * | failedPackage |
The failed package. | |
PmDependency * | failedDeps |
Failed dependencies. | |
unsigned int | failedDepCount |
Number of failed dependencies. |
This structure contains information on what went wrong. This is only returned if there was an error at all.
|
Number of failed dependencies.
|
|
Failed dependencies.
|
|
The failed package.
|
|
The type of transaction error.
|