Enum FailureDetails.BuildConfiguration.Code

    • Enum Constant Detail

      • PLATFORM_MAPPING_EVALUATION_FAILURE

        public static final FailureDetails.BuildConfiguration.Code PLATFORM_MAPPING_EVALUATION_FAILURE
        PLATFORM_MAPPING_EVALUATION_FAILURE = 1 [(.failure_details.metadata) = { ... }
      • PLATFORM_MAPPINGS_FILE_IS_DIRECTORY

        public static final FailureDetails.BuildConfiguration.Code PLATFORM_MAPPINGS_FILE_IS_DIRECTORY
        PLATFORM_MAPPINGS_FILE_IS_DIRECTORY = 2 [(.failure_details.metadata) = { ... }
      • PLATFORM_MAPPINGS_FILE_NOT_FOUND

        public static final FailureDetails.BuildConfiguration.Code PLATFORM_MAPPINGS_FILE_NOT_FOUND
        PLATFORM_MAPPINGS_FILE_NOT_FOUND = 3 [(.failure_details.metadata) = { ... }
      • TOP_LEVEL_CONFIGURATION_CREATION_FAILURE

        public static final FailureDetails.BuildConfiguration.Code TOP_LEVEL_CONFIGURATION_CREATION_FAILURE
        TOP_LEVEL_CONFIGURATION_CREATION_FAILURE = 4 [(.failure_details.metadata) = { ... }
      • HEURISTIC_INSTRUMENTATION_FILTER_INVALID

        public static final FailureDetails.BuildConfiguration.Code HEURISTIC_INSTRUMENTATION_FILTER_INVALID
        HEURISTIC_INSTRUMENTATION_FILTER_INVALID = 8 [(.failure_details.metadata) = { ... }
      • INVALID_OUTPUT_DIRECTORY_MNEMONIC

        public static final FailureDetails.BuildConfiguration.Code INVALID_OUTPUT_DIRECTORY_MNEMONIC
         This can come from either an invalid user-specified option or a
         configuration transition. There's no sure-fire way to distinguish the two
         possibilities in Bazel, so we go with the more straightforward
         command-line error exit code 2.
         
        INVALID_OUTPUT_DIRECTORY_MNEMONIC = 11 [(.failure_details.metadata) = { ... }
    • Field Detail

      • BUILD_CONFIGURATION_UNKNOWN_VALUE

        public static final int BUILD_CONFIGURATION_UNKNOWN_VALUE
        BUILD_CONFIGURATION_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • PLATFORM_MAPPING_EVALUATION_FAILURE_VALUE

        public static final int PLATFORM_MAPPING_EVALUATION_FAILURE_VALUE
        PLATFORM_MAPPING_EVALUATION_FAILURE = 1 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • PLATFORM_MAPPINGS_FILE_IS_DIRECTORY_VALUE

        public static final int PLATFORM_MAPPINGS_FILE_IS_DIRECTORY_VALUE
        PLATFORM_MAPPINGS_FILE_IS_DIRECTORY = 2 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • PLATFORM_MAPPINGS_FILE_NOT_FOUND_VALUE

        public static final int PLATFORM_MAPPINGS_FILE_NOT_FOUND_VALUE
        PLATFORM_MAPPINGS_FILE_NOT_FOUND = 3 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • TOP_LEVEL_CONFIGURATION_CREATION_FAILURE_VALUE

        public static final int TOP_LEVEL_CONFIGURATION_CREATION_FAILURE_VALUE
        TOP_LEVEL_CONFIGURATION_CREATION_FAILURE = 4 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • INVALID_CONFIGURATION_VALUE

        public static final int INVALID_CONFIGURATION_VALUE
        INVALID_CONFIGURATION = 5 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • INVALID_BUILD_OPTIONS_VALUE

        public static final int INVALID_BUILD_OPTIONS_VALUE
        INVALID_BUILD_OPTIONS = 6 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • MULTI_CPU_PREREQ_UNMET_VALUE

        public static final int MULTI_CPU_PREREQ_UNMET_VALUE
        MULTI_CPU_PREREQ_UNMET = 7 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • HEURISTIC_INSTRUMENTATION_FILTER_INVALID_VALUE

        public static final int HEURISTIC_INSTRUMENTATION_FILTER_INVALID_VALUE
        HEURISTIC_INSTRUMENTATION_FILTER_INVALID = 8 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • CYCLE_VALUE

        public static final int CYCLE_VALUE
        CYCLE = 9 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • CONFLICTING_CONFIGURATIONS_VALUE

        public static final int CONFLICTING_CONFIGURATIONS_VALUE
        CONFLICTING_CONFIGURATIONS = 10 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • INVALID_OUTPUT_DIRECTORY_MNEMONIC_VALUE

        public static final int INVALID_OUTPUT_DIRECTORY_MNEMONIC_VALUE
         This can come from either an invalid user-specified option or a
         configuration transition. There's no sure-fire way to distinguish the two
         possibilities in Bazel, so we go with the more straightforward
         command-line error exit code 2.
         
        INVALID_OUTPUT_DIRECTORY_MNEMONIC = 11 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static FailureDetails.BuildConfiguration.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.BuildConfiguration.Code c : FailureDetails.BuildConfiguration.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.BuildConfiguration.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.BuildConfiguration.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.BuildConfiguration.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.BuildConfiguration.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