public static enum VmErrors.RuntimeStatus extends Enum<VmErrors.RuntimeStatus> implements com.google.protobuf.ProtocolMessageEnum
types.RuntimeStatus| Enum Constant and Description |
|---|
AccountAddressAlreadyExists
We tried to create an account at an address where an account already
exists.
|
CallStackOverflow
CallStackOverflow = 17; |
CannotWriteExistingResource
CannotWriteExistingResource = 12; |
DataFormatError
DataFormatError = 9; |
DuplicateModuleName
The sender is trying to publish a module named `M`, but the sender's account already contains
a module with this name.
|
EvictedAccountAccess
We accessed an account that is evicted.
|
Executed
Executed = 1; |
ExecutionStackOverflow
ExecutionStackOverflow = 16; |
InvalidData
InvalidData = 10; |
MissingData
MissingData = 8; |
OutOfGas
OutOfGas = 2; |
RemoteDataError
RemoteDataError = 11; |
ResourceAlreadyExists
We tried to create a resource under an account where that resource
already exists.
|
ResourceDoesNotExist
We tried to access a resource that does not exist under the account.
|
TypeError
TypeError = 7; |
UnknownRuntimeStatus
UnknownRuntimeStatus = 0; |
UNRECOGNIZED |
ValueDeserializationError
ValueDeserializationError = 14; |
ValueSerializationError
ValueSerializationError = 13; |
| Modifier and Type | Field and Description |
|---|---|
static int |
AccountAddressAlreadyExists_VALUE
We tried to create an account at an address where an account already
exists.
|
static int |
CallStackOverflow_VALUE
CallStackOverflow = 17; |
static int |
CannotWriteExistingResource_VALUE
CannotWriteExistingResource = 12; |
static int |
DataFormatError_VALUE
DataFormatError = 9; |
static int |
DuplicateModuleName_VALUE
The sender is trying to publish a module named `M`, but the sender's account already contains
a module with this name.
|
static int |
EvictedAccountAccess_VALUE
We accessed an account that is evicted.
|
static int |
Executed_VALUE
Executed = 1; |
static int |
ExecutionStackOverflow_VALUE
ExecutionStackOverflow = 16; |
static int |
InvalidData_VALUE
InvalidData = 10; |
static int |
MissingData_VALUE
MissingData = 8; |
static int |
OutOfGas_VALUE
OutOfGas = 2; |
static int |
RemoteDataError_VALUE
RemoteDataError = 11; |
static int |
ResourceAlreadyExists_VALUE
We tried to create a resource under an account where that resource
already exists.
|
static int |
ResourceDoesNotExist_VALUE
We tried to access a resource that does not exist under the account.
|
static int |
TypeError_VALUE
TypeError = 7; |
static int |
UnknownRuntimeStatus_VALUE
UnknownRuntimeStatus = 0; |
static int |
ValueDeserializationError_VALUE
ValueDeserializationError = 14; |
static int |
ValueSerializationError_VALUE
ValueSerializationError = 13; |
| Modifier and Type | Method and Description |
|---|---|
static VmErrors.RuntimeStatus |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<VmErrors.RuntimeStatus> |
internalGetValueMap() |
static VmErrors.RuntimeStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VmErrors.RuntimeStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VmErrors.RuntimeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmErrors.RuntimeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VmErrors.RuntimeStatus UnknownRuntimeStatus
UnknownRuntimeStatus = 0;public static final VmErrors.RuntimeStatus Executed
Executed = 1;public static final VmErrors.RuntimeStatus OutOfGas
OutOfGas = 2;public static final VmErrors.RuntimeStatus ResourceDoesNotExist
We tried to access a resource that does not exist under the account.
ResourceDoesNotExist = 3;public static final VmErrors.RuntimeStatus ResourceAlreadyExists
We tried to create a resource under an account where that resource already exists.
ResourceAlreadyExists = 4;public static final VmErrors.RuntimeStatus EvictedAccountAccess
We accessed an account that is evicted.
EvictedAccountAccess = 5;public static final VmErrors.RuntimeStatus AccountAddressAlreadyExists
We tried to create an account at an address where an account already exists.
AccountAddressAlreadyExists = 6;public static final VmErrors.RuntimeStatus TypeError
TypeError = 7;public static final VmErrors.RuntimeStatus MissingData
MissingData = 8;public static final VmErrors.RuntimeStatus DataFormatError
DataFormatError = 9;public static final VmErrors.RuntimeStatus InvalidData
InvalidData = 10;public static final VmErrors.RuntimeStatus RemoteDataError
RemoteDataError = 11;public static final VmErrors.RuntimeStatus CannotWriteExistingResource
CannotWriteExistingResource = 12;public static final VmErrors.RuntimeStatus ValueSerializationError
ValueSerializationError = 13;public static final VmErrors.RuntimeStatus ValueDeserializationError
ValueDeserializationError = 14;public static final VmErrors.RuntimeStatus DuplicateModuleName
The sender is trying to publish a module named `M`, but the sender's account already contains a module with this name.
DuplicateModuleName = 15;public static final VmErrors.RuntimeStatus ExecutionStackOverflow
ExecutionStackOverflow = 16;public static final VmErrors.RuntimeStatus CallStackOverflow
CallStackOverflow = 17;public static final VmErrors.RuntimeStatus UNRECOGNIZED
public static final int UnknownRuntimeStatus_VALUE
UnknownRuntimeStatus = 0;public static final int Executed_VALUE
Executed = 1;public static final int OutOfGas_VALUE
OutOfGas = 2;public static final int ResourceDoesNotExist_VALUE
We tried to access a resource that does not exist under the account.
ResourceDoesNotExist = 3;public static final int ResourceAlreadyExists_VALUE
We tried to create a resource under an account where that resource already exists.
ResourceAlreadyExists = 4;public static final int EvictedAccountAccess_VALUE
We accessed an account that is evicted.
EvictedAccountAccess = 5;public static final int AccountAddressAlreadyExists_VALUE
We tried to create an account at an address where an account already exists.
AccountAddressAlreadyExists = 6;public static final int TypeError_VALUE
TypeError = 7;public static final int MissingData_VALUE
MissingData = 8;public static final int DataFormatError_VALUE
DataFormatError = 9;public static final int InvalidData_VALUE
InvalidData = 10;public static final int RemoteDataError_VALUE
RemoteDataError = 11;public static final int CannotWriteExistingResource_VALUE
CannotWriteExistingResource = 12;public static final int ValueSerializationError_VALUE
ValueSerializationError = 13;public static final int ValueDeserializationError_VALUE
ValueDeserializationError = 14;public static final int DuplicateModuleName_VALUE
The sender is trying to publish a module named `M`, but the sender's account already contains a module with this name.
DuplicateModuleName = 15;public static final int ExecutionStackOverflow_VALUE
ExecutionStackOverflow = 16;public static final int CallStackOverflow_VALUE
CallStackOverflow = 17;public static VmErrors.RuntimeStatus[] values()
for (VmErrors.RuntimeStatus c : VmErrors.RuntimeStatus.values()) System.out.println(c);
public static VmErrors.RuntimeStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static VmErrors.RuntimeStatus valueOf(int value)
forNumber(int) instead.public static VmErrors.RuntimeStatus forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<VmErrors.RuntimeStatus> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static VmErrors.RuntimeStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.