Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
 
Sun Cluster HA and Data Servicesscds_error_string(3HA)


NAME

 scds_error_string - translate an error code to an error string

SYNOPSIS

 
cc [flags...]-I /usr/cluster/include file -L /usr/cluster/lib -l dsdev
#include <rgm/libdsdev.h>
const char *scds_error_string(scha_error_t error_code);

DESCRIPTION

 

The scds_error_string() function translates an error code from a DSDL function into a short string describing the error. Invalid error codes return NULL.

The pointer returned by this function is to memory belonging to the DSDL. Do not modify this memory.


PARAMETERS

 

The following parameters are supported:

error_code
Error code returned by a DSDL function.

FILES

 
/usr/cluster/include/rgm/libdsdev.h
include file
/usr/cluster/lib/libdsdev.so
library

ATTRIBUTES

 

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWscdev
Interface StabilityEvolving

SEE ALSO

 

scha_calls(3HA), attributes(5)



Sun Cluster 3.1Go To TopLast Changed 17 Jun 2002