Namespaces

Enumerations

enum class Error : uint32_t
Name Value Comments
kInternal 1u

Some other problem occurred that cannot be classified using one of the
more specific statuses. Retry is optional.

kUnableToParse 2u

An HTTP parse error.

kChannelClosed 3u

Indicates a channel (client or body sender) is closed.

kConnect 4u

Error occurred while connecting.

kDeadlineExceeded 5u

The deadline specified in Request has passed

An error occurred during the HTTP transaction.

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

Records