blob: 682c501aa1a5abef08aca9f11beecf08921d9ede [file] [log] [blame]
// Copyright 2021 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.
#include <lib/zx/result.h>
#include <zircon/status.h>
const char* zx::result<>::status_string() const { return zx_status_get_string(status_value()); }