![JAR search and dependency download from the Maven repository](/logo.png)
com.weavechain.core.error.OperationResult Maven / Gradle / Ivy
package com.weavechain.core.error;
public interface OperationResult {
OperationScope getTarget();
boolean isError();
String getMessage();
Object getData();
String getStringData();
Object getMetadata();
String getStringMetadata();
String getIds();
String getHashes();
OperationResult toAuditRecord();
//TODO: add number of actual acks received for writes (in case of error)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy