General questions

Answered

How to understand the special error message

Error, -[IINKParameterSet getStringArrayForKey:error:]::243 no such entry

How should I understand this error? What caused it?


Best Answer

Dear Hanvonugee,

thank you for contacting us and your question.

Currently, the error occurs when calling the getStringArray function, as you provide a configuration that doesn't exist.

Currently, which configuration are you trying to get? Indeed, the list of available configurations can be found at: https://developer.myscript.com/docs/interactive-ink/1.4/reference/configuration/

Also, please note you shall care about the function you are calling:
-Indeed, you are calling the getStringArrayForKey function, and the only "string array" configuration available is "configuration-manager.search-path"
-If you want to get a "string" configuration, you shall call the "getString" function
-If you want to get a "boolean" configuration, you shall call the "getBoolean" function
-If you want to get a "number" configuration, you shall call the "getNumber" function

Let us know if this helps.

Best regards,

Olivier

1 Comment

Answer

Dear Hanvonugee,

thank you for contacting us and your question.

Currently, the error occurs when calling the getStringArray function, as you provide a configuration that doesn't exist.

Currently, which configuration are you trying to get? Indeed, the list of available configurations can be found at: https://developer.myscript.com/docs/interactive-ink/1.4/reference/configuration/

Also, please note you shall care about the function you are calling:
-Indeed, you are calling the getStringArrayForKey function, and the only "string array" configuration available is "configuration-manager.search-path"
-If you want to get a "string" configuration, you shall call the "getString" function
-If you want to get a "boolean" configuration, you shall call the "getBoolean" function
-If you want to get a "number" configuration, you shall call the "getNumber" function

Let us know if this helps.

Best regards,

Olivier