getExceptionDetails
suspend fun getExceptionDetails(args: Runtime.GetExceptionDetailsParameter, mode: CommandMode = CommandMode.DEFAULT): Runtime.GetExceptionDetailsReturn
This method tries to lookup and populate exception details for a JavaScript Error object. Note that the stackTrace portion of the resulting exceptionDetails will only be populated if the Runtime domain was enabled at the time when the Error was thrown.
This method tries to lookup and populate exception details for a JavaScript Error object. Note that the stackTrace portion of the resulting exceptionDetails will only be populated if the Runtime domain was enabled at the time when the Error was thrown.
Parameters
errorObjectId
The error object for which to resolve the exception details.