|
NAMESPI_result_code_string - return error code as stringSYNOPSISconst char * SPI_result_code_string(int code); DESCRIPTIONSPI_result_code_string returns a string representation of the result code returned by various SPI functions or stored in SPI_result.ARGUMENTSint coderesult code
RETURN VALUEA string representation of the result code.
Visit the GSP FreeBSD Man Page Interface. |