blob: a890670626b6d6cece8a0474013c44da68466c1a [file] [log] [blame]
// Copyright 2016 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.
#ifndef LIB_TONIC_LOGGING_DART_ERROR_H_
#define LIB_TONIC_LOGGING_DART_ERROR_H_
#include "dart/runtime/include/dart_api.h"
namespace tonic {
namespace DartError {
extern const char kInvalidArgument[];
} // namespace DartError
bool LogIfError(Dart_Handle handle);
} // namespace tonic
#endif // LIB_TONIC_DART_ERROR_H_