Interface ResolverError


public interface ResolverError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    unknown error
    static final int
    the requested name/address/service was not
    found
    static final int
    the requested information could not
    be looked up due to a network error or similar problem
  • Field Details

    • NOT_FOUND

      static final int NOT_FOUND
      the requested name/address/service was not
      found
      See Also:
    • TEMPORARY_FAILURE

      static final int TEMPORARY_FAILURE
      the requested information could not
      be looked up due to a network error or similar problem
      See Also:
    • INTERNAL

      static final int INTERNAL
      unknown error
      See Also: