21 #ifndef PT_API_ERROR_CODES_H_ 22 #define PT_API_ERROR_CODES_H_ The request timed out.
Definition: pt_api_error_codes.h:95
The resource was not writable.
Definition: pt_api_error_codes.h:134
The resource was not readable.
Definition: pt_api_error_codes.h:129
Cannot register the endpoint, because it is already registered.
Definition: pt_api_error_codes.h:85
The Edge Core is shutting down.
Definition: pt_api_error_codes.h:90
The resource manager name is reserved.
Definition: pt_api_error_codes.h:178
The given resource was not found.
Definition: pt_api_error_codes.h:119
The given object id is reserved.
Definition: pt_api_error_codes.h:187
The resource manager is not registered.
Definition: pt_api_error_codes.h:168
The protocol translator is already registered.
Definition: pt_api_error_codes.h:70
pt_api_result_code_e
Definition: pt_api_error_codes.h:37
Cannot add the given gateway resource because it already exists.
Definition: pt_api_error_codes.h:192
Unknown PT API error.
Definition: pt_api_error_codes.h:51
Write to protocol translator failed.
Definition: pt_api_error_codes.h:139
The protocol translator client write error.
Definition: pt_api_error_codes.h:109
Cannot add new endpoint, because the maximum number of registered endpoints is already in use...
Definition: pt_api_error_codes.h:80
Certificate renewal failed to invalid parameters.
Definition: pt_api_error_codes.h:154
An illegal value was given to write.
Definition: pt_api_error_codes.h:114
The given resource manager is already registered.
Definition: pt_api_error_codes.h:173
Operation succeeded.
Definition: pt_api_error_codes.h:46
The protocol translator is not registered.
Definition: pt_api_error_codes.h:65
The given protocol translator name is already registered.
Definition: pt_api_error_codes.h:75
const char * pt_api_get_error_message(pt_api_result_code_e code)
Get the human-readable error message for the error code.
Certificate renewal failed to internal error.
Definition: pt_api_error_codes.h:149
Certificate renewal failed because a memory allocation failed.
Definition: pt_api_error_codes.h:159
The request timed out.
Definition: pt_api_error_codes.h:100
An internal error code.
Definition: pt_api_error_codes.h:60
the JSON structure is not according to specification.
Definition: pt_api_error_codes.h:124
Certificate renewal failed because one is already in progress.
Definition: pt_api_error_codes.h:144