Enum FailureDetails.Sandbox.Code

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, java.io.Serializable, java.lang.Comparable<FailureDetails.Sandbox.Code>
    Enclosing class:
    FailureDetails.Sandbox

    public static enum FailureDetails.Sandbox.Code
    extends java.lang.Enum<FailureDetails.Sandbox.Code>
    implements com.google.protobuf.ProtocolMessageEnum
    Protobuf enum failure_details.Sandbox.Code
    • Enum Constant Detail

      • 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) = { ... }
    • Field Detail

      • SANDBOX_FAILURE_UNKNOWN_VALUE

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

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

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

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

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

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

        public static final int BIND_MOUNT_ANALYSIS_FAILURE_VALUE
        BIND_MOUNT_ANALYSIS_FAILURE = 6 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • SUBPROCESS_START_FAILED_VALUE

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

        public static final int FORBIDDEN_INPUT_VALUE
        FORBIDDEN_INPUT = 11 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static FailureDetails.Sandbox.Code[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (FailureDetails.Sandbox.Code c : FailureDetails.Sandbox.Code.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static FailureDetails.Sandbox.Code valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.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 type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.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.
      • 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 type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null