Hi!
I was wondering how I can add custom error messages to the global error manager? I read the HDK doc, but it's not so clear about it, unfortunately. For a SOP I use:
addError(SOP_MESSAGE, “my message”)
but for an OBJ (I'm deriving from OBJ_Null) there is no such type of message. How can I do to add my own custom message?
Thanks.