package query.hessian.accounts;

import replicationAnnotations.OuterWorldAPI;

/**
 * Status of sending item.
 *
 * @author andrey.kuprishov
 */
@OuterWorldAPI
public enum SendItemStatus {
  SomeSucceeded,  // when sending on different shards, some sending can success, some fail
  ShardNotFound,
  AvatarNotFound,
  NotSortedByShard
}
