getErrorType method

int getErrorType()

Gets the type of this error.

@return the error type

Implementation

int getErrorType() {
  return errorType;
}