Skip to content

ErrorReason

Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.

enum ErrorReason { "NETWORK", "SERVER", "UNSUPPORTED_CONTENT" }

The reason for an error occurring.

Member Description
NETWORK Issue with the device’s network connection.
SERVER The host server returned an error, e.g. file not found.
UNSUPPORTED_CONTENT Video format not supported by this device.