Package com.exonum.messages.core.runtime
Class Errors
java.lang.Object
com.exonum.messages.core.runtime.Errors
public final class Errors
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Errors.CallSite
Call site associated with an error.static interface
Errors.CallSiteOrBuilder
static class
Errors.ErrorKind
The type of ExecutionError.static class
Errors.ExecutionError
Result of unsuccessful runtime execution.static class
Errors.ExecutionErrorAux
Additional details about an `ExecutionError` that do not influence blockchain state hash.static interface
Errors.ExecutionErrorAuxOrBuilder
static interface
Errors.ExecutionErrorOrBuilder
static class
Errors.ExecutionStatus
Result of runtime execution.static interface
Errors.ExecutionStatusOrBuilder
-
Method Summary
Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor()
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-