function RuntimeError(message, errors) {
  Error.call(this);
  Error.captureStackTrace(this, this.constructor);

  /**