ArrayResult is used as the return type of many API methods. ArrayResult encapsulates the resulting array of RPMObject instances 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 |
---|---|
rpmObjectList | Type: RPMObject[] Default value: N/A Description: The RPMObject instances 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 |