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
  • Enum Constant Details

    • SANDBOX_FAILURE_UNKNOWN

      public static final FailureDetails.Sandbox.Code SANDBOX_FAILURE_UNKNOWN
      SANDBOX_FAILURE_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
    • INITIALIZATION_FAILURE

      public static final FailureDetails.Sandbox.Code INITIALIZATION_FAILURE
      INITIALIZATION_FAILURE = 1 [(.failure_details.metadata) = { ... }
    • EXECUTION_IO_EXCEPTION

      public static final FailureDetails.Sandbox.Code EXECUTION_IO_EXCEPTION
      EXECUTION_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ... }
    • DOCKER_COMMAND_FAILURE

      public static final FailureDetails.Sandbox.Code DOCKER_COMMAND_FAILURE
      DOCKER_COMMAND_FAILURE = 3 [(.failure_details.metadata) = { ... }
    • NO_DOCKER_IMAGE

      public static final FailureDetails.Sandbox.Code NO_DOCKER_IMAGE
      NO_DOCKER_IMAGE = 4 [(.failure_details.metadata) = { ... }
    • DOCKER_IMAGE_PREPARATION_FAILURE

      public static final FailureDetails.Sandbox.Code DOCKER_IMAGE_PREPARATION_FAILURE
      DOCKER_IMAGE_PREPARATION_FAILURE = 5 [(.failure_details.metadata) = { ... }
    • BIND_MOUNT_ANALYSIS_FAILURE

      public static final FailureDetails.Sandbox.Code BIND_MOUNT_ANALYSIS_FAILURE
      BIND_MOUNT_ANALYSIS_FAILURE = 6 [(.failure_details.metadata) = { ... }
    • MOUNT_SOURCE_DOES_NOT_EXIST

      public static final FailureDetails.Sandbox.Code MOUNT_SOURCE_DOES_NOT_EXIST
      MOUNT_SOURCE_DOES_NOT_EXIST = 7 [(.failure_details.metadata) = { ... }
    • MOUNT_SOURCE_TARGET_TYPE_MISMATCH

      public static final FailureDetails.Sandbox.Code MOUNT_SOURCE_TARGET_TYPE_MISMATCH
      MOUNT_SOURCE_TARGET_TYPE_MISMATCH = 8 [(.failure_details.metadata) = { ... }
    • MOUNT_TARGET_DOES_NOT_EXIST

      public static final FailureDetails.Sandbox.Code MOUNT_TARGET_DOES_NOT_EXIST
      MOUNT_TARGET_DOES_NOT_EXIST = 9 [(.failure_details.metadata) = { ... }
    • SUBPROCESS_START_FAILED

      public static final FailureDetails.Sandbox.Code SUBPROCESS_START_FAILED
      SUBPROCESS_START_FAILED = 10 [(.failure_details.metadata) = { ... }
    • FORBIDDEN_INPUT

      public static final FailureDetails.Sandbox.Code FORBIDDEN_INPUT
      FORBIDDEN_INPUT = 11 [(.failure_details.metadata) = { ... }
    • COPY_INPUTS_IO_EXCEPTION

      public static final FailureDetails.Sandbox.Code COPY_INPUTS_IO_EXCEPTION
      COPY_INPUTS_IO_EXCEPTION = 12 [(.failure_details.metadata) = { ... }
    • COPY_OUTPUTS_IO_EXCEPTION

      public static final FailureDetails.Sandbox.Code COPY_OUTPUTS_IO_EXCEPTION
      COPY_OUTPUTS_IO_EXCEPTION = 13 [(.failure_details.metadata) = { ... }
    • UNRECOGNIZED

      public static final FailureDetails.Sandbox.Code UNRECOGNIZED
  • Field Details

    • SANDBOX_FAILURE_UNKNOWN_VALUE

      public static final int SANDBOX_FAILURE_UNKNOWN_VALUE
      SANDBOX_FAILURE_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
      See Also:
    • INITIALIZATION_FAILURE_VALUE

      public static final int INITIALIZATION_FAILURE_VALUE
      INITIALIZATION_FAILURE = 1 [(.failure_details.metadata) = { ... }
      See Also:
    • EXECUTION_IO_EXCEPTION_VALUE

      public static final int EXECUTION_IO_EXCEPTION_VALUE
      EXECUTION_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ... }
      See Also:
    • DOCKER_COMMAND_FAILURE_VALUE

      public static final int DOCKER_COMMAND_FAILURE_VALUE
      DOCKER_COMMAND_FAILURE = 3 [(.failure_details.metadata) = { ... }
      See Also:
    • NO_DOCKER_IMAGE_VALUE

      public static final int NO_DOCKER_IMAGE_VALUE
      NO_DOCKER_IMAGE = 4 [(.failure_details.metadata) = { ... }
      See Also:
    • DOCKER_IMAGE_PREPARATION_FAILURE_VALUE

      public static final int DOCKER_IMAGE_PREPARATION_FAILURE_VALUE
      DOCKER_IMAGE_PREPARATION_FAILURE = 5 [(.failure_details.metadata) = { ... }
      See Also:
    • BIND_MOUNT_ANALYSIS_FAILURE_VALUE

      public static final int BIND_MOUNT_ANALYSIS_FAILURE_VALUE
      BIND_MOUNT_ANALYSIS_FAILURE = 6 [(.failure_details.metadata) = { ... }
      See Also:
    • MOUNT_SOURCE_DOES_NOT_EXIST_VALUE

      public static final int MOUNT_SOURCE_DOES_NOT_EXIST_VALUE
      MOUNT_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_VALUE
      MOUNT_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_VALUE
      MOUNT_TARGET_DOES_NOT_EXIST = 9 [(.failure_details.metadata) = { ... }
      See Also:
    • SUBPROCESS_START_FAILED_VALUE

      public static final int SUBPROCESS_START_FAILED_VALUE
      SUBPROCESS_START_FAILED = 10 [(.failure_details.metadata) = { ... }
      See Also:
    • FORBIDDEN_INPUT_VALUE

      public static final int FORBIDDEN_INPUT_VALUE
      FORBIDDEN_INPUT = 11 [(.failure_details.metadata) = { ... }
      See Also:
    • COPY_INPUTS_IO_EXCEPTION_VALUE

      public static final int COPY_INPUTS_IO_EXCEPTION_VALUE
      COPY_INPUTS_IO_EXCEPTION = 12 [(.failure_details.metadata) = { ... }
      See Also:
    • COPY_OUTPUTS_IO_EXCEPTION_VALUE

      public static final int COPY_OUTPUTS_IO_EXCEPTION_VALUE
      COPY_OUTPUTS_IO_EXCEPTION = 13 [(.failure_details.metadata) = { ... }
      See Also:
  • Method Details

    • values

      public static FailureDetails.Sandbox.Code[] 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

      public static FailureDetails.Sandbox.Code valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static FailureDetails.Sandbox.Code valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static FailureDetails.Sandbox.Code forNumber(int value)
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null