ff53be5d13f00b65aaf66af20c4f33fdc161705b
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.
Description
Languages
C#
100%