errorMessage Property

Summary

The error message received from the server to display an error that occurred during creating or interacting with the 3D volume.

Syntax
TypeScript
JavaScript
Object.defineProperty(Object3DEngine.prototype, 'errorMessage', 
	get: function(), 
	set: function(value) 
) 
errorMessage: string; 

Property Value

The error message received from the server to display an error that occurred during creating or interacting with the 3D volume.

Remarks

To create a 3D engine, call Start.

Register the event by setting up a Request3DData event that acts as an interface between the engine and the server call.

The error message is sent when the status of the 3D volume is not "success" and the status is set as engine.status = lt.Controls.Medical.Object3DStatus.error;.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.