diff --git a/MVMCore/MVMCore/Models/JSON/JSONHelper.swift b/MVMCore/MVMCore/Models/JSON/JSONHelper.swift index 775048d..857310b 100644 --- a/MVMCore/MVMCore/Models/JSON/JSONHelper.swift +++ b/MVMCore/MVMCore/Models/JSON/JSONHelper.swift @@ -37,8 +37,9 @@ extension JSONError: LocalizedError, CustomStringConvertible { } } + // Shown to customers. public var errorDescription: String? { - return description + return MVMCoreGetterUtility.hardcodedString(withKey: HardcodedErrorUnableToProcess) } }