Record
operation-result
Outcome of one entry in a batch admin operation.
record operation-result {
name: string,
error: option<error>,
}Fields
| Name | Type | Description |
|---|---|---|
| name | string | The topic, group or resource the entry referred to. |
| error | option<error> | Absent on success. |