Adds Error Log screen

Allows users to view a history of all errors that occured when performing app operations.
This commit is contained in:
Riley Testut
2022-09-09 17:44:15 -05:00
parent 6d081c2bbb
commit 6ec47bbe0c
8 changed files with 591 additions and 8 deletions

View File

@@ -11,6 +11,8 @@ import AltSign
enum OperationError: LocalizedError
{
static let domain = OperationError.unknown._domain
case unknown
case unknownResult
case cancelled