pps_encoder_strerror()

Get the error message that corresponds to the encoder error code.

Synopsis:

#include <hnm/pps.h>
 
const char* pps_encoder_strerror(pps_encoder_error_t code)

Arguments:

code

A pps_encoder error code for which a matching error message is being requested.

Library:

libhnm

Description:

Use the pps_encoder_strerror() function to determine the cause of a failure reported by a PPS encoder object.

Returns:

A string containing an error message that corresponds to the specified error code.