Replies: 1 comment 6 replies
-
|
Can you browse
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I want to call method GenerateFileForRead. This is the InputArgument:
The problem is constructing an Enum value for the field 'Storage'.
Here is what I do (Scala code, but should be self-explanatory):
This fails in the last line, since on this particular server,
storageDataType.dataTypeDefinitionisnull.I am unsure how to proceed.
Is this a server issue, do I need to contact the vendor? The NamespaceVersion on the server is 1.04.
If it is not – is there another way to create a
DynamicEnumType, one that doesn't require aDataTypeDefinition?Beta Was this translation helpful? Give feedback.
All reactions