Go to the source code of this file.
Typedefs | |
typedef enum pep_error | pep_error_t |
PEP client error codes. | |
Enumerations | |
enum | pep_error { PEP_OK = 0, PEP_ERR_MEMORY, PEP_ERR_NULL_POINTER, PEP_ERR_LLIST, PEP_ERR_CURL, PEP_ERR_PIP_INIT, PEP_ERR_OH_INIT, PEP_ERR_OPTION_INVALID, PEP_ERR_PIP_PROCESS, PEP_ERR_CURL_PERFORM, PEP_ERR_AUTHZ_REQUEST, PEP_ERR_OH_PROCESS, PEP_ERR_MARSHALLING_HESSIAN, PEP_ERR_MARSHALLING_IO, PEP_ERR_UNMARSHALLING_HESSIAN, PEP_ERR_UNMARSHALLING_IO } |
PEP client error codes. More... | |
Functions | |
const char * | pep_strerror (pep_error_t pep_errno) |
Gets the string describing the error number errno. |