All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy