fix user facing error message for json errors
This commit is contained in:
parent
2b09f58686
commit
d7b80e87ed
@ -37,8 +37,9 @@ extension JSONError: LocalizedError, CustomStringConvertible {
|
||||
}
|
||||
}
|
||||
|
||||
// Shown to customers.
|
||||
public var errorDescription: String? {
|
||||
return description
|
||||
return MVMCoreGetterUtility.hardcodedString(withKey: HardcodedErrorUnableToProcess)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user