SPI_result_code_string
SPI_result_code_string — return error code as string
Synopsis
const char * SPI_result_code_string(intcode);Description
SPI_result_code_string returns a string representation of the result code returned by various SPI functions or stored inSPI_result.
Arguments
intcoderesult code
Return Value
A string representation of the result code.