failures property

List<PrintServerFailureInfo>? failures
getter/setter pair

A list of create failures.

PrintServer IDs are not populated, as print servers were not created.

Implementation

core.List<PrintServerFailureInfo>? failures;