Enum Class FailureDetails.Sandbox.Code
java.lang.Object
java.lang.Enum<FailureDetails.Sandbox.Code>
com.google.devtools.build.lib.server.FailureDetails.Sandbox.Code
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<FailureDetails.Sandbox.Code>,Constable
- Enclosing class:
- FailureDetails.Sandbox
public static enum FailureDetails.Sandbox.Code
extends Enum<FailureDetails.Sandbox.Code>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
failure_details.Sandbox.Code-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBIND_MOUNT_ANALYSIS_FAILURE = 6 [(.failure_details.metadata) = { ...COPY_INPUTS_IO_EXCEPTION = 12 [(.failure_details.metadata) = { ...COPY_OUTPUTS_IO_EXCEPTION = 13 [(.failure_details.metadata) = { ...DOCKER_COMMAND_FAILURE = 3 [(.failure_details.metadata) = { ...DOCKER_IMAGE_PREPARATION_FAILURE = 5 [(.failure_details.metadata) = { ...EXECUTION_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ...FORBIDDEN_INPUT = 11 [(.failure_details.metadata) = { ...INITIALIZATION_FAILURE = 1 [(.failure_details.metadata) = { ...MOUNT_SOURCE_DOES_NOT_EXIST = 7 [(.failure_details.metadata) = { ...MOUNT_SOURCE_TARGET_TYPE_MISMATCH = 8 [(.failure_details.metadata) = { ...MOUNT_TARGET_DOES_NOT_EXIST = 9 [(.failure_details.metadata) = { ...NO_DOCKER_IMAGE = 4 [(.failure_details.metadata) = { ...SANDBOX_FAILURE_UNKNOWN = 0 [(.failure_details.metadata) = { ...SUBPROCESS_START_FAILED = 10 [(.failure_details.metadata) = { ... -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBIND_MOUNT_ANALYSIS_FAILURE = 6 [(.failure_details.metadata) = { ...static final intCOPY_INPUTS_IO_EXCEPTION = 12 [(.failure_details.metadata) = { ...static final intCOPY_OUTPUTS_IO_EXCEPTION = 13 [(.failure_details.metadata) = { ...static final intDOCKER_COMMAND_FAILURE = 3 [(.failure_details.metadata) = { ...static final intDOCKER_IMAGE_PREPARATION_FAILURE = 5 [(.failure_details.metadata) = { ...static final intEXECUTION_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ...static final intFORBIDDEN_INPUT = 11 [(.failure_details.metadata) = { ...static final intINITIALIZATION_FAILURE = 1 [(.failure_details.metadata) = { ...static final intMOUNT_SOURCE_DOES_NOT_EXIST = 7 [(.failure_details.metadata) = { ...static final intMOUNT_SOURCE_TARGET_TYPE_MISMATCH = 8 [(.failure_details.metadata) = { ...static final intMOUNT_TARGET_DOES_NOT_EXIST = 9 [(.failure_details.metadata) = { ...static final intNO_DOCKER_IMAGE = 4 [(.failure_details.metadata) = { ...static final intSANDBOX_FAILURE_UNKNOWN = 0 [(.failure_details.metadata) = { ...static final intSUBPROCESS_START_FAILED = 10 [(.failure_details.metadata) = { ... -
Method Summary
Modifier and TypeMethodDescriptionstatic FailureDetails.Sandbox.CodeforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<FailureDetails.Sandbox.Code>static FailureDetails.Sandbox.CodevalueOf(int value) Deprecated.static FailureDetails.Sandbox.CodevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static FailureDetails.Sandbox.CodeReturns the enum constant of this class with the specified name.static FailureDetails.Sandbox.Code[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SANDBOX_FAILURE_UNKNOWN
SANDBOX_FAILURE_UNKNOWN = 0 [(.failure_details.metadata) = { ... } -
INITIALIZATION_FAILURE
INITIALIZATION_FAILURE = 1 [(.failure_details.metadata) = { ... } -
EXECUTION_IO_EXCEPTION
EXECUTION_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ... } -
DOCKER_COMMAND_FAILURE
DOCKER_COMMAND_FAILURE = 3 [(.failure_details.metadata) = { ... } -
NO_DOCKER_IMAGE
NO_DOCKER_IMAGE = 4 [(.failure_details.metadata) = { ... } -
DOCKER_IMAGE_PREPARATION_FAILURE
DOCKER_IMAGE_PREPARATION_FAILURE = 5 [(.failure_details.metadata) = { ... } -
BIND_MOUNT_ANALYSIS_FAILURE
BIND_MOUNT_ANALYSIS_FAILURE = 6 [(.failure_details.metadata) = { ... } -
MOUNT_SOURCE_DOES_NOT_EXIST
MOUNT_SOURCE_DOES_NOT_EXIST = 7 [(.failure_details.metadata) = { ... } -
MOUNT_SOURCE_TARGET_TYPE_MISMATCH
MOUNT_SOURCE_TARGET_TYPE_MISMATCH = 8 [(.failure_details.metadata) = { ... } -
MOUNT_TARGET_DOES_NOT_EXIST
MOUNT_TARGET_DOES_NOT_EXIST = 9 [(.failure_details.metadata) = { ... } -
SUBPROCESS_START_FAILED
SUBPROCESS_START_FAILED = 10 [(.failure_details.metadata) = { ... } -
FORBIDDEN_INPUT
FORBIDDEN_INPUT = 11 [(.failure_details.metadata) = { ... } -
COPY_INPUTS_IO_EXCEPTION
COPY_INPUTS_IO_EXCEPTION = 12 [(.failure_details.metadata) = { ... } -
COPY_OUTPUTS_IO_EXCEPTION
COPY_OUTPUTS_IO_EXCEPTION = 13 [(.failure_details.metadata) = { ... } -
UNRECOGNIZED
-
-
Field Details
-
SANDBOX_FAILURE_UNKNOWN_VALUE
public static final int SANDBOX_FAILURE_UNKNOWN_VALUESANDBOX_FAILURE_UNKNOWN = 0 [(.failure_details.metadata) = { ... }- See Also:
-
INITIALIZATION_FAILURE_VALUE
public static final int INITIALIZATION_FAILURE_VALUEINITIALIZATION_FAILURE = 1 [(.failure_details.metadata) = { ... }- See Also:
-
EXECUTION_IO_EXCEPTION_VALUE
public static final int EXECUTION_IO_EXCEPTION_VALUEEXECUTION_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ... }- See Also:
-
DOCKER_COMMAND_FAILURE_VALUE
public static final int DOCKER_COMMAND_FAILURE_VALUEDOCKER_COMMAND_FAILURE = 3 [(.failure_details.metadata) = { ... }- See Also:
-
NO_DOCKER_IMAGE_VALUE
public static final int NO_DOCKER_IMAGE_VALUENO_DOCKER_IMAGE = 4 [(.failure_details.metadata) = { ... }- See Also:
-
DOCKER_IMAGE_PREPARATION_FAILURE_VALUE
public static final int DOCKER_IMAGE_PREPARATION_FAILURE_VALUEDOCKER_IMAGE_PREPARATION_FAILURE = 5 [(.failure_details.metadata) = { ... }- See Also:
-
BIND_MOUNT_ANALYSIS_FAILURE_VALUE
public static final int BIND_MOUNT_ANALYSIS_FAILURE_VALUEBIND_MOUNT_ANALYSIS_FAILURE = 6 [(.failure_details.metadata) = { ... }- See Also:
-
MOUNT_SOURCE_DOES_NOT_EXIST_VALUE
public static final int MOUNT_SOURCE_DOES_NOT_EXIST_VALUEMOUNT_SOURCE_DOES_NOT_EXIST = 7 [(.failure_details.metadata) = { ... }- See Also:
-
MOUNT_SOURCE_TARGET_TYPE_MISMATCH_VALUE
public static final int MOUNT_SOURCE_TARGET_TYPE_MISMATCH_VALUEMOUNT_SOURCE_TARGET_TYPE_MISMATCH = 8 [(.failure_details.metadata) = { ... }- See Also:
-
MOUNT_TARGET_DOES_NOT_EXIST_VALUE
public static final int MOUNT_TARGET_DOES_NOT_EXIST_VALUEMOUNT_TARGET_DOES_NOT_EXIST = 9 [(.failure_details.metadata) = { ... }- See Also:
-
SUBPROCESS_START_FAILED_VALUE
public static final int SUBPROCESS_START_FAILED_VALUESUBPROCESS_START_FAILED = 10 [(.failure_details.metadata) = { ... }- See Also:
-
FORBIDDEN_INPUT_VALUE
public static final int FORBIDDEN_INPUT_VALUEFORBIDDEN_INPUT = 11 [(.failure_details.metadata) = { ... }- See Also:
-
COPY_INPUTS_IO_EXCEPTION_VALUE
public static final int COPY_INPUTS_IO_EXCEPTION_VALUECOPY_INPUTS_IO_EXCEPTION = 12 [(.failure_details.metadata) = { ... }- See Also:
-
COPY_OUTPUTS_IO_EXCEPTION_VALUE
public static final int COPY_OUTPUTS_IO_EXCEPTION_VALUECOPY_OUTPUTS_IO_EXCEPTION = 13 [(.failure_details.metadata) = { ... }- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<FailureDetails.Sandbox.Code> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static FailureDetails.Sandbox.Code valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-