@google-github-actions/actions-utils
@google-github-actions/actions-utils / errors / errorMessage
errorMessage(
err):string
Defined in: errors.ts:26
errorMessage extracts the error message from the given error. It does this via best effort and makes the error embeddable in other errors. It discards any error details including stacktraces.
unknown
Error input.
string
Error information as a string.