formatError(object) → String
        Formats an error object into a String.  If available, uses name, message, and stack
properties, otherwise, falls back on toString().
    
    
    
    
    
    
        
| Name | Type | Description | 
|---|---|---|
| object | Object | The item to find in the array. | 
Returns:
    A string containing the formatted error.
        
    
    
        Source: 
        Core/formatError.js, line 17
    
    
