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::sdk {
10 
12 Error error(ErrorCode errorCode, std::string errorMessage);
13 
14 } // namespace nx::sdk
Definition: device_agent.h:12