> For the complete documentation index, see [llms.txt](https://docs.swingsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/type-mismatch.md).

# Error - Type mismatch in method OP\_CHECK\_TOS\_INST AINSTANCE found, Unknown expected

## **Description**

The following error message appears:

![](/files/-MlFEVVUakansDjetGd6)

## **Solution**

This error is a general error for which there may be many different causes.

The cause of the problem can usually be detected in the Java Debug Console. You would need to activate the Java Debug Console in your Notes client (Tools - Show Java Debug Console)  and try to convert some documents again. When the error occurs please copy the content from the Console and email to <support@swingsoftware.com> and the support team will investigate the issue

It is also helpful if you can send the documents being converted, as per this [article](https://sites.google.com/a/swingsoftware.com/lc/pdf-converter/how-to/sending-documents).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/type-mismatch.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
