SPI_result_code_string
return error code as string
- Provided by: postgresql-doc-12 (Version: 12.22-0ubuntu0.20.04.4)
- Source: postgresql-12
- Report a bug
return error code as string
const char * SPI_result_code_string(int code);
SPI_result_code_string returns a string representation of the result code returned by various SPI functions or stored in SPI_result.
int code
A string representation of the result code.