SPI_RESULT_CODE_STRING(3) PostgreSQL 16.2 Documentation SPI_RESULT_CODE_STRING(3)

SPI_result_code_string - 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

result code

A string representation of the result code.

2024 PostgreSQL 16.2