Enum Class Status.Kind

java.lang.Object
java.lang.Enum<Status.Kind>
org.openqa.selenium.remote.tracing.Status.Kind
All Implemented Interfaces:
Serializable, Comparable<Status.Kind>, Constable
Enclosing class:
Status

public static enum Status.Kind extends Enum<Status.Kind>
  • Enum Constant Details

    • OK

      public static final Status.Kind OK
    • ABORTED

      public static final Status.Kind ABORTED
    • CANCELLED

      public static final Status.Kind CANCELLED
    • NOT_FOUND

      public static final Status.Kind NOT_FOUND
    • RESOURCE_EXHAUSTED

      public static final Status.Kind RESOURCE_EXHAUSTED
    • UNKNOWN

      public static final Status.Kind UNKNOWN
    • INVALID_ARGUMENT

      public static final Status.Kind INVALID_ARGUMENT
    • DEADLINE_EXCEEDED

      public static final Status.Kind DEADLINE_EXCEEDED
    • ALREADY_EXISTS

      public static final Status.Kind ALREADY_EXISTS
    • PERMISSION_DENIED

      public static final Status.Kind PERMISSION_DENIED
    • OUT_OF_RANGE

      public static final Status.Kind OUT_OF_RANGE
    • UNIMPLEMENTED

      public static final Status.Kind UNIMPLEMENTED
    • INTERNAL

      public static final Status.Kind INTERNAL
    • UNAVAILABLE

      public static final Status.Kind UNAVAILABLE
    • UNAUTHENTICATED

      public static final Status.Kind UNAUTHENTICATED
  • Method Details

    • values

      public static Status.Kind[] 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 Status.Kind 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