Appearance
KBE3D / KBCore / Cesium / formatError
函数: formatError()
formatError(
object:any):string
Formats an error object into a String. If available, uses name, message, and stack properties, otherwise, falls back on toString().
参数
object
any
The item to find in the array.
返回
string
A string containing the formatted error.
