SingleResult is used as the return type of many API methods. SingleResult encapsulates the resulting RPMObject and the exceptions that have been raised during the execution of a method.
See the Application interface section for details.
N/A
The following table lists the fields for this object.
Field | Detail |
---|---|
rpmObject | Type: RPMObject Default value: N/A Description: The RPMObject returned by the method. This field is null if no object has been returned. Field validation description: N/A Additional field security restrictions: N/A |