Previously, the code continued execution when the RawHeader property of the query result was null. This change introduces an InvalidOperationException to handle this case, ensuring that the absence of a valid RawHeader is treated as an error. The exception message includes ProfileId and ActionId for better debugging context.
ReC
Description
Languages
C#
100%