StatementValidatorError
public enum StatementValidatorError : LocalizedError
Errors which can occur when validating
-
No root founder was configued in the ledger
Declaration
Swift
case noRootFolder
-
Error when reading properties of a file
Declaration
Swift
case resourceValuesMissing
-
Human readable description of the error
Declaration
Swift
public var errorDescription: String? { get }