AmiStatus::setStatusV()
Method
Declaration
void setStatusV(int errorCode, const char * format, va_list args);
Purpose
Creates a new AMI error for the specified error code and descriptive text. Descriptive text is specified as a template (printf
format) and substitution arguments. If error creation fails then an error describing this failure is returned in place of the specified error.
Parameters
Parameter |
Description |
|
Error code. |
|
Error description template. |
|
Error template substitution arguments. |