Method

WPEJavaScriptCoreExceptionget_message

Declaration [src]

const char*
jsc_exception_get_message (
  JSCException* exception
)

Description [src]

Get the error message of exception.

Return value

Returns: const char*
 

The exception error message.

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