Function: getErrorStringProperty()
function getErrorStringProperty(
error: Error,
key: ErrorStringPropertyKey
): string | undefined;
Defined in: shared/utils/errorPropertyAccess.ts:148
Parametersโ
errorโ
keyโ
Returnsโ
string | undefined