getOpStatus()
getOpStatus()
Returns the status of last operation. This method returns an object with attributes:
code
is integer, and value > 0 means error.error
is Error instance of last operation. Check errors types exposed by wampy.reqId
is a Request ID of last successful operation. It is useful in some cases (call canceling for example).
Last updated