Namespaces

Enumerations

enum class LookupError : uint32_t
Name Value Comments
kNotFound 1u

No result was found for this query.

kTransient 2u

The lookup failed, but may succeed at a later time. For instance, the
network or DNS server may be unreachable.

kInvalidArgs 3u

The lookup failed due to an invalid argument (for instance, the hostname
was not encoded correctly, or was too long).

kInternalError 4u

The lookup failed due to an internal error.

Lookup operation errors.

Defined at line 18 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/common_types.h

Records