Module convex.core
Package convex.core

Class SourceCodes

java.lang.Object
convex.core.SourceCodes

public class SourceCodes extends Object
Standard codes used for CVM Result sources. See CAD11 Error Sources An Exceptional Condition may include a Message, which is kept outside CVM state but may be user to return information to the relevant client.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Keyword
    Source code indicating client code made an error
    static final Keyword
    Source code indicating a failure in CVM transaction handling
    static final Keyword
    Source code indicating a failure due to communication, IO or timeout
    static final Keyword
    Source code indicating a failure in CVM transaction handling
    static final Keyword
    Source code indicating a failure trying to reach consensus
    static final Keyword
    Source code indicating a failure during peer handling
    static final Keyword
    Source code indicating an error at the server side (e.g.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CLIENT

      public static final Keyword CLIENT
      Source code indicating client code made an error
    • COMM

      public static final Keyword COMM
      Source code indicating a failure due to communication, IO or timeout
    • SERVER

      public static final Keyword SERVER
      Source code indicating an error at the server side (e.g. REST Server)
    • PEER

      public static final Keyword PEER
      Source code indicating a failure during peer handling
    • NET

      public static final Keyword NET
      Source code indicating a failure trying to reach consensus
    • CVM

      public static final Keyword CVM
      Source code indicating a failure in CVM transaction handling
    • CODE

      public static final Keyword CODE
      Source code indicating a failure in CVM transaction handling
  • Constructor Details

    • SourceCodes

      public SourceCodes()