nx_metadata_sdk
1.0
Metadata SDK
src
nx
sdk
helpers
error.h
1
// Copyright 2018-present Network Optix, Inc. Licensed under MPL 2.0: www.mozilla.org/MPL/2.0/
2
3
#pragma once
4
5
#include <string>
6
7
#include <nx/sdk/result.h>
8
9
namespace
nx
{
10
namespace
sdk {
11
13
Error error(ErrorCode errorCode, std::string errorMessage);
14
15
}
// namespace sdk
16
}
// namespace nx
nx
Definition:
apple_utils.h:6
Generated by
1.8.14