| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The returned result of creating the JAR file of the user-defined function (UDF). | ||
| createSuccess | boolean | Indicates whether the JAR file was created. | true |
| message | string | The message used to create the JAR file. | “” |
| udfArtifact | UdfArtifact | The JAR file that you created. | |
| collidingClasses | array | All classes in conflict. | |
| UdfClass | The name of the class in conflict. |