Diffusion C API
6.8.3
|
Copyright © 2018, 2021 Push Technology Ltd., All Rights Reserved. More...
Typedefs | |
typedef struct DIFFUSION_API_ERROR_T * | DIFFUSION_API_ERROR |
Opaque diffusion API error data type. | |
Functions | |
int | get_diffusion_api_error_code (DIFFUSION_API_ERROR error) |
Return the error's code. More... | |
const char * | get_diffusion_api_error_description (DIFFUSION_API_ERROR error) |
Returns the API error description. More... | |
void | diffusion_api_error_free (DIFFUSION_API_ERROR error) |
Free a diffusion API error. More... | |
Copyright © 2018, 2021 Push Technology Ltd., All Rights Reserved.
Use is subject to license terms.
NOTICE: All information contained herein is, and remains the property of Push Technology. The intellectual and technical concepts contained herein are proprietary to Push Technology and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.
void diffusion_api_error_free | ( | DIFFUSION_API_ERROR | error | ) |
Free a diffusion API error.
error | error to be freed. |
int get_diffusion_api_error_code | ( | DIFFUSION_API_ERROR | error | ) |
Return the error's code.
error | the API error |
const char* get_diffusion_api_error_description | ( | DIFFUSION_API_ERROR | error | ) |
Returns the API error description.
error | the API error |