nx_metadata_sdk  1.0
Metadata SDK
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
Definition: apple_utils.h:6