main.cesium.formatError.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:JsModule("cesium")
package cesium
/**
* Formats an error object into a String. If available, uses name, message, and stack
* properties, otherwise, falls back on toString().
* @param [object] The item to find in the array.
* @return A string containing the formatted error.
* @see Online Documentation
*/
external fun formatError(obj: Any): String