Method

WPEJavaScriptCoreExceptionget_name

Declaration [src]

const char*
jsc_exception_get_name (
  JSCException* exception
)

Description [src]

Get the error name of exception.

Return value

Returns: const char*
 

The exception error name.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.