extractMessage
extractMessage(
error):string
Defined in: packages/core/src/observe/categorize.ts:67
Extracts a message string from a thrown value, coercing non-Error throws to their string representation.
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”string