All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.weavechain.core.error.OperationResult Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
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