Function: getErrorString()
Makaio Framework / utils / getErrorString
Function: getErrorString()
Section titled “Function: getErrorString()”getErrorString(
error):string
Defined in: ../../../packages/utils/src/getErrorString.ts:6
Extracts error message string from various error types
Parameters
Section titled “Parameters”string | Error | undefined
Error value to extract message from
Returns
Section titled “Returns”string
Error message string or ‘Unknown error’