Skip to content

Add exception handling to PataPawa logon methods#1569

Merged
StuartFerguson merged 1 commit intomasterfrom
bug/#1550_operator_logon_stack_trace
Mar 3, 2026
Merged

Add exception handling to PataPawa logon methods#1569
StuartFerguson merged 1 commit intomasterfrom
bug/#1550_operator_logon_stack_trace

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Wrapped ProcessLogonMessage in PataPawaPostPayProxy and PataPawaPrePayProxy with try-catch blocks to return failure results on exceptions. Removed internal try-catch from OperatorLogon in Extensions.cs, allowing exceptions to propagate. This improves error reporting and centralizes exception handling.

closes #1550

Wrapped ProcessLogonMessage in PataPawaPostPayProxy and PataPawaPrePayProxy with try-catch blocks to return failure results on exceptions. Removed internal try-catch from OperatorLogon in Extensions.cs, allowing exceptions to propagate. This improves error reporting and centralizes exception handling.
@StuartFerguson StuartFerguson added the bug Bugs and error-prone code label Mar 3, 2026
@StuartFerguson StuartFerguson merged commit c3cea31 into master Mar 3, 2026
10 checks passed
@github-actions github-actions Bot deleted the bug/#1550_operator_logon_stack_trace branch May 3, 2026 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Bugs and error-prone code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Operator Logon Failure Stack Trace

1 participant