Yes, it is possible externally. In other words it is not done automatically. If you want to convert HRESULT statuses, you can use Get-ErrorMessage command from the module. Example:
PS C:\> Get-ErrorMessage -2146877422 The permissions on the certificate template do not allow the current user to enroll for this type of certificate. PS C:\>