Enum BulkUpdateNotesMetadata.OperationStatus

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<BulkUpdateNotesMetadata.OperationStatus>
    Enclosing class:
    BulkUpdateNotesMetadata

    public static enum BulkUpdateNotesMetadata.OperationStatus
    extends Enum<BulkUpdateNotesMetadata.OperationStatus>
    implements BmcEnum
    Operation status of the bulk update notes operation.

    SUCCESS - The bulk updates notes request has succeeded and all the attributes in the bulk update notes request have been updated with the provided notes. The following are error statuses for the bulk update notes operation. EMPTY_ATTRIBUTE_LIST - The bulk update notes request object was empty and did not contain any attributes for which notes had to be updated. INVALID_BULK_REQUEST - The bulk request contains invalid attribute(s), or attribute(s) that resulted in a validation error, or an attribute that resulted in a processing error.