Lightning: Catch and display external service errors

Prevent crashes like in #3700 and display the error to the user.
This commit is contained in:
Dennis Reimann
2022-05-04 13:10:01 +02:00
committed by Andrew Camilleri
parent 4cacc2a9e6
commit 26025b564e
4 changed files with 27 additions and 8 deletions

View File

@@ -7,4 +7,5 @@ public class AdditionalServiceViewModel
public string ServiceName { get; set; }
public string CryptoCode { get; set; }
public string Link { get; set; }
public string Error { get; set; }
}