setErrorCode method

void setErrorCode(
  1. int errorCode
)

Implementation

void setErrorCode(int errorCode){
  this.errorCode = errorCode;
}