PR Review comment fixed
This commit is contained in:
parent
a29fa60e5e
commit
4b35a8bb2d
@ -689,7 +689,7 @@
|
|||||||
//Response Info is missing but errorObject should be created with generic message + code + domain
|
//Response Info is missing but errorObject should be created with generic message + code + domain
|
||||||
if (responseInfo == nil) {
|
if (responseInfo == nil) {
|
||||||
errorObject = [[MVMCoreLoadHandler sharedGlobal] errorForLoadObject:loadObject withTitle:nil message:[MVMCoreGetterUtility hardcodedStringWithKey:HardcodedErrorCritical] code:ErrorCodeJSONNotDictionary domain:ErrorDomainServer];
|
errorObject = [[MVMCoreLoadHandler sharedGlobal] errorForLoadObject:loadObject withTitle:nil message:[MVMCoreGetterUtility hardcodedStringWithKey:HardcodedErrorCritical] code:ErrorCodeJSONNotDictionary domain:ErrorDomainServer];
|
||||||
}else if (![ValueTypeSuccess isEqualToString:[responseInfo string:KeyType]]) {
|
} else if (![ValueTypeSuccess isEqualToString:[responseInfo string:KeyType]]) {
|
||||||
errorObject = [[MVMCoreLoadHandler sharedGlobal] attachLoadInformation:loadObject toError:
|
errorObject = [[MVMCoreLoadHandler sharedGlobal] attachLoadInformation:loadObject toError:
|
||||||
[[MVMCoreErrorObject alloc]
|
[[MVMCoreErrorObject alloc]
|
||||||
initWithTitle:[responseInfo stringForKey:KeyErrorHeading]
|
initWithTitle:[responseInfo stringForKey:KeyErrorHeading]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user