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
committed by Joseph Mattello
parent 09d4de660f
commit d2b419c42e
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