Package viam.app.v1

Enum Class App.FragmentErrorType

java.lang.Object
java.lang.Enum<App.FragmentErrorType>
viam.app.v1.App.FragmentErrorType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<App.FragmentErrorType>, Constable
Enclosing class:
App

public static enum App.FragmentErrorType extends Enum<App.FragmentErrorType> implements com.google.protobuf.Internal.EnumLite
Protobuf enum viam.app.v1.FragmentErrorType
  • Enum Constant Details

    • FRAGMENT_ERROR_TYPE_UNSPECIFIED

      public static final App.FragmentErrorType FRAGMENT_ERROR_TYPE_UNSPECIFIED
      FRAGMENT_ERROR_TYPE_UNSPECIFIED = 0;
    • FRAGMENT_ERROR_TYPE_NO_ACCESS

      public static final App.FragmentErrorType FRAGMENT_ERROR_TYPE_NO_ACCESS
      FRAGMENT_ERROR_TYPE_NO_ACCESS = 1;
    • FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED

      public static final App.FragmentErrorType FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED
      FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED = 2;
    • FRAGMENT_ERROR_TYPE_CHILD_ID_INVALID

      public static final App.FragmentErrorType FRAGMENT_ERROR_TYPE_CHILD_ID_INVALID
      FRAGMENT_ERROR_TYPE_CHILD_ID_INVALID = 3;
    • FRAGMENT_ERROR_TYPE_CYCLE_DETECTED

      public static final App.FragmentErrorType FRAGMENT_ERROR_TYPE_CYCLE_DETECTED
      FRAGMENT_ERROR_TYPE_CYCLE_DETECTED = 4;
    • UNRECOGNIZED

      public static final App.FragmentErrorType UNRECOGNIZED
  • Field Details

    • FRAGMENT_ERROR_TYPE_UNSPECIFIED_VALUE

      public static final int FRAGMENT_ERROR_TYPE_UNSPECIFIED_VALUE
      FRAGMENT_ERROR_TYPE_UNSPECIFIED = 0;
      See Also:
    • FRAGMENT_ERROR_TYPE_NO_ACCESS_VALUE

      public static final int FRAGMENT_ERROR_TYPE_NO_ACCESS_VALUE
      FRAGMENT_ERROR_TYPE_NO_ACCESS = 1;
      See Also:
    • FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED_VALUE

      public static final int FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED_VALUE
      FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED = 2;
      See Also:
    • FRAGMENT_ERROR_TYPE_CHILD_ID_INVALID_VALUE

      public static final int FRAGMENT_ERROR_TYPE_CHILD_ID_INVALID_VALUE
      FRAGMENT_ERROR_TYPE_CHILD_ID_INVALID = 3;
      See Also:
    • FRAGMENT_ERROR_TYPE_CYCLE_DETECTED_VALUE

      public static final int FRAGMENT_ERROR_TYPE_CYCLE_DETECTED_VALUE
      FRAGMENT_ERROR_TYPE_CYCLE_DETECTED = 4;
      See Also:
  • Method Details

    • values

      public static App.FragmentErrorType[] 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 App.FragmentErrorType 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
    • valueOf

      @Deprecated public static App.FragmentErrorType 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 App.FragmentErrorType forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<App.FragmentErrorType> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()