blob: e7d49b5969696f7d1a7ca429d83b9f89988886b0 [file] [log] [blame]
// Copyright 2015 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.net.oldhttp;
type HttpError = struct {
code int32;
description string:optional;
};