99
Chapter 4 API Reference
4
getStatus
Gets the error value of the exception.
Syntax
public int getStatus();
Return value
Returns the error value that is thrown with the exception. Error values are defined in the IoStatus class.
Error Value Cause
IoStatus.ERR_PARAM Invalid parameter was passed.
IoStatus.ERR_MEMORY Could not allocate the necessary memory for processing.
IoStatus.ERR_ILLEGAL Illegal method used.
IoStatus.ERR_PROCESSING Could not execute process.
IoStatus.ERR_FAILURE An unspecified error occurred.