Diffusion C API  6.7.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
error_types.h File Reference

Types and structures relating to reported errors. More...

Data Structures

struct  diffusion_error_s
 A structure which is filled by the API when an error occurs. More...
 

Typedefs

typedef struct diffusion_error_s DIFFUSION_ERROR_T
 A structure which is filled by the API when an error occurs.
 

Enumerations

enum  ERROR_CODE_T
 Errors which can be raised by API functions.
 

Functions

void diffusion_error_free (DIFFUSION_ERROR_T *error)
 Free a memory allocated DIFFUSION_ERROR_T. More...
 

Detailed Description

Types and structures relating to reported errors.

Copyright © 2014, 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.

Function Documentation

void diffusion_error_free ( DIFFUSION_ERROR_T error)

Free a memory allocated DIFFUSION_ERROR_T.

Parameters
errorto be freed.