A delete operation on external object records generates an array of objects of type DataSource.DeleteResult. Its methods create result records that indicate whether the delete operation succeeded or failed.
The following are properties for DeleteResult.
public String errorMessage {get; set;}
Type: String
The following are methods for DeleteResult.
public Boolean equals(Object obj)
For information about the equals method, see Using Custom Types in Map Keys and Sets.
Type: Boolean
public static DataSource.DeleteResult failure(String externalId, String errorMessage)
public Integer hashCode()
Type: Integer
public static DataSource.DeleteResult success(String externalId)
Type: DataSource.DeleteResult
Status result of the delete operation for the sObject with the given external ID.