A list of Database.EmptyRecycleBinResult objects is returned by the Database.emptyRecycleBin method. Each object in the list corresponds to either a record ID or an sObject passed as the parameter in the Database.emptyRecycleBin method. The first index in the EmptyRecycleBinResult list matches the first record or sObject specified in the list, the second with the second, and so on.
The following are methods for EmptyRecycleBinResult. All are instance methods.
public Database.Errors[] getErrors()
Type: Database.Errors []
public ID getId()
Type: ID
public Boolean isSuccess()
Type: Boolean