Method

JavaScriptCoreExceptionget_message

Declaration [src]

const char*
jsc_exception_get_message (
  JSCException* exception
)

Description [src]

Get the error message of exception.

Return value

Type: const char*

The exception error message.

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