error property

int error
getter/setter pair

The error code indicating the result of the operation.

A value of 0 or greater indicates success, while a negative value indicates failure.

Implementation

int error;