Enum Class FailureDetails.BuildConfiguration.Code

java.lang.Object
java.lang.Enum<FailureDetails.BuildConfiguration.Code>
com.google.devtools.build.lib.server.FailureDetails.BuildConfiguration.Code
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<FailureDetails.BuildConfiguration.Code>, Constable
Enclosing class:
FailureDetails.BuildConfiguration

public static enum FailureDetails.BuildConfiguration.Code extends Enum<FailureDetails.BuildConfiguration.Code> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum failure_details.BuildConfiguration.Code
  • Enum Constant Details

    • BUILD_CONFIGURATION_UNKNOWN

      public static final FailureDetails.BuildConfiguration.Code BUILD_CONFIGURATION_UNKNOWN
      BUILD_CONFIGURATION_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
    • 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) = { ... }
    • INVALID_CONFIGURATION

      public static final FailureDetails.BuildConfiguration.Code INVALID_CONFIGURATION
      INVALID_CONFIGURATION = 5 [(.failure_details.metadata) = { ... }
    • INVALID_BUILD_OPTIONS

      public static final FailureDetails.BuildConfiguration.Code INVALID_BUILD_OPTIONS
      INVALID_BUILD_OPTIONS = 6 [(.failure_details.metadata) = { ... }
    • MULTI_CPU_PREREQ_UNMET

      public static final FailureDetails.BuildConfiguration.Code MULTI_CPU_PREREQ_UNMET
      MULTI_CPU_PREREQ_UNMET = 7 [(.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) = { ... }
    • CYCLE

      public static final FailureDetails.BuildConfiguration.Code CYCLE
      CYCLE = 9 [(.failure_details.metadata) = { ... }
    • CONFLICTING_CONFIGURATIONS

      public static final FailureDetails.BuildConfiguration.Code CONFLICTING_CONFIGURATIONS
      CONFLICTING_CONFIGURATIONS = 10 [(.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) = { ... }
    • CONFIGURATION_DISCARDED_ANALYSIS_CACHE

      public static final FailureDetails.BuildConfiguration.Code CONFIGURATION_DISCARDED_ANALYSIS_CACHE
      CONFIGURATION_DISCARDED_ANALYSIS_CACHE = 12 [(.failure_details.metadata) = { ... }
    • INVALID_PROJECT

      public static final FailureDetails.BuildConfiguration.Code INVALID_PROJECT
       Failure modes specific to PROJECT.scl files.
       
      INVALID_PROJECT = 13 [(.failure_details.metadata) = { ... }
    • UNRECOGNIZED

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

    • BUILD_CONFIGURATION_UNKNOWN_VALUE

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

      public static final int PLATFORM_MAPPING_EVALUATION_FAILURE_VALUE
      PLATFORM_MAPPING_EVALUATION_FAILURE = 1 [(.failure_details.metadata) = { ... }
      See Also:
    • 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:
    • 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:
    • 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:
    • INVALID_CONFIGURATION_VALUE

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

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

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

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

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

      public static final int CONFLICTING_CONFIGURATIONS_VALUE
      CONFLICTING_CONFIGURATIONS = 10 [(.failure_details.metadata) = { ... }
      See Also:
    • 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:
    • CONFIGURATION_DISCARDED_ANALYSIS_CACHE_VALUE

      public static final int CONFIGURATION_DISCARDED_ANALYSIS_CACHE_VALUE
      CONFIGURATION_DISCARDED_ANALYSIS_CACHE = 12 [(.failure_details.metadata) = { ... }
      See Also:
    • INVALID_PROJECT_VALUE

      public static final int INVALID_PROJECT_VALUE
       Failure modes specific to PROJECT.scl files.
       
      INVALID_PROJECT = 13 [(.failure_details.metadata) = { ... }
      See Also:
  • Method Details

    • values

      public static FailureDetails.BuildConfiguration.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.BuildConfiguration.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.BuildConfiguration.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.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.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<FailureDetails.BuildConfiguration.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.BuildConfiguration.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