Package convex.core

Class Result

java.lang.Object
All Implemented Interfaces:
IAssociative<Keyword,ACell>, IValidated, IWriteable, Map<Keyword,ACell>

public final class Result extends ARecordGeneric
Class representing the result of a Query or Transaction. A Result is typically used to communicate the outcome of a Query or a Transaction from a Peer to a Client. Contains:
  1. Message ID
  2. Result value
  3. Error Code
  4. Log Records
  5. Additional info