Previous section.

Resource ReSerVation Protocol API (RAPI)
Copyright © 1998 The Open Group

NAME

rapi_strerror - get RAPI error message string

SYNOPSIS

#include <rapi.h>

const char *rapi_strerror(int ErrorCode, int ErrorValue)


DESCRIPTION

This call maps the error code and value to an error message string, and returns a pointer to that string.

RESULT

This call returns NULL if the arguments are out of bounds, otherwise a pointer to an error message string.

Contents Next section Index