Enum Class V1ErrorType

java.lang.Object
java.lang.Enum<V1ErrorType>
com.clinia.model.common.V1ErrorType
All Implemented Interfaces:
Serializable, Comparable<V1ErrorType>, Constable

public enum V1ErrorType extends Enum<V1ErrorType>
Gets or Sets v1ErrorType
  • Enum Constant Details

    • ALREADY_EXISTS

      public static final V1ErrorType ALREADY_EXISTS
    • FAILED_PRECONDITION

      public static final V1ErrorType FAILED_PRECONDITION
    • INTERNAL

      public static final V1ErrorType INTERNAL
    • INVALID_ARGUMENT

      public static final V1ErrorType INVALID_ARGUMENT
    • NOT_FOUND

      public static final V1ErrorType NOT_FOUND
    • OUT_OF_RANGE

      public static final V1ErrorType OUT_OF_RANGE
    • UNIMPLEMENTED

      public static final V1ErrorType UNIMPLEMENTED
    • PERMISSION_DENIED

      public static final V1ErrorType PERMISSION_DENIED
    • UNAUTHENTICATED

      public static final V1ErrorType UNAUTHENTICATED
  • Method Details

    • values

      public static V1ErrorType[] 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 V1ErrorType 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
    • getValue

      public String getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<V1ErrorType>
    • fromValue

      public static V1ErrorType fromValue(String value)