Class UltraDNSWSError


  • public final class UltraDNSWSError
    extends Object
    • Method Detail

      • fromCodeAndDescription

        public static UltraDNSWSError fromCodeAndDescription​(int code,
                                                             com.google.common.base.Optional<String> description)
      • getCode

        public int getCode()
        The error code. ex 1801
      • getDescription

        public com.google.common.base.Optional<String> getDescription()
        The description of the error. ex Zone does not exist in the system.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object