java.lang.Object
convex.core.SourceCodes
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
FieldsModifier and TypeFieldDescriptionstatic final Keyword
Source code indicating client code made an errorstatic final Keyword
Source code indicating a failure in CVM transaction handlingstatic final Keyword
Source code indicating a failure due to communication, IO or timeoutstatic final Keyword
Source code indicating a failure in CVM transaction handlingstatic final Keyword
Source code indicating a failure trying to reach consensusstatic final Keyword
Source code indicating a failure during peer handlingstatic final Keyword
Source code indicating an error at the server side (e.g. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLIENT
Source code indicating client code made an error -
COMM
Source code indicating a failure due to communication, IO or timeout -
SERVER
Source code indicating an error at the server side (e.g. REST Server) -
PEER
Source code indicating a failure during peer handling -
NET
Source code indicating a failure trying to reach consensus -
CVM
Source code indicating a failure in CVM transaction handling -
CODE
Source code indicating a failure in CVM transaction handling
-
-
Constructor Details
-
SourceCodes
public SourceCodes()
-