Record

operation-result

Outcome of one entry in a batch admin operation.

record operation-result {
  name: string,
  error: option​<error>,
}

Fields

NameTypeDescription
namestring

The topic, group or resource the entry referred to.

erroroption​<error>

Absent on success.