ES3Cloud.isError

public bool isError

Description

Whether an error occurred during the last operation on this ES3Cloud object.

Use the ES3Cloud.errorCode variable to determine the cause of the error, and the ES3Cloud.error to get a message describing the error.

Returns

True if an error occurred, else false.