oracular (3) SPI_result_code_string.3.gz

Provided by: postgresql-doc-16_16.6-0ubuntu0.24.10.1_all bug

NAME

       SPI_result_code_string - return error code as string

SYNOPSIS

       const char * SPI_result_code_string(int code);

DESCRIPTION

       SPI_result_code_string returns a string representation of the result code returned by various SPI
       functions or stored in SPI_result.

ARGUMENTS

       int code
           result code

RETURN VALUE

       A string representation of the result code.