public struct ValidationError: Error { let message: String } public struct NotFoundError: Error {}