Package 

Enum ErrorCode

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum ErrorCode
    extends Enum<ErrorCode>
                        

    Error codes for flag resolution failures.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      TYPE_MISMATCH

      The type of the flag value does not match the expected type.

      PARSE_ERROR

      An error was encountered parsing data, such as a flag configuration.

      FLAG_NOT_FOUND

      The flag could not be found.

      PROVIDER_NOT_READY

      The provider is not ready to resolve flags.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait