src_err_msg Subroutine

Purpose

Retrieves a System Resource Controller (SRC) error message.

Library

System Resource Controller Library (libsrc.a)

Syntax

int src_err_msg ( errno,  ErrorText)
int errno;
char **ErrorText;

Description

The src_err_msg subroutine retrieves a System Resource Controller (SRC) error message.

Parameters

Item Description
errno Specifies the SRC error code.
ErrorText Points to a character pointer to place the SRC error message.

Return Values

Upon successful completion, the src_err_msg subroutine returns a value of 0. Otherwise, a value of -1 is returned. No error message is returned.