SPI_result_code_string <refpurpose>return error code as string</refpurpose> — 文字列でエラーコードを返します
const char * SPI_result_code_string(int code
);
<function>SPI_result_code_string</function> returns a string representation
of the result code returned by various SPI functions or stored
in <varname>SPI_result</varname>.
SPI_result_code_string
は、様々なSPI関数から返されたか、SPI_result
に格納された結果コードの文字列表現を返します。
int code
result code 結果コード
A string representation of the result code. 結果コードの文字列表現