public toReplyError()

in src/error.ts [17:23]


  public toReplyError() {
    return {
      code: this.code,
      message: this.message,
      path: this.path,
    };
  }