Enum Class YdbIssue

java.lang.Object
java.lang.Enum<YdbIssue>
tech.ydb.yoj.repository.ydb.client.YdbIssue
All Implemented Interfaces:
Serializable, Comparable<YdbIssue>, Constable

public enum YdbIssue extends Enum<YdbIssue>
  • Enum Constant Details

    • DEFAULT_ERROR

      public static final YdbIssue DEFAULT_ERROR
    • CONSTRAINT_VIOLATION

      public static final YdbIssue CONSTRAINT_VIOLATION
  • Method Details

    • values

      public static YdbIssue[] 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 YdbIssue 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
    • isContainedIn

      public boolean isContainedIn(com.yandex.ydb.core.Issue[] messages)