FWRequestCacheErrorCode
NS_ENUM(NSInteger, FWRequestCacheErrorCode) {
FWRequestCacheErrorExpired = -1,
FWRequestCacheErrorVersionMismatch = -2,
FWRequestCacheErrorSensitiveDataMismatch = -3,
FWRequestCacheErrorAppVersionMismatch = -4,
FWRequestCacheErrorInvalidCacheTime = -5,
FWRequestCacheErrorInvalidMetadata = -6,
FWRequestCacheErrorInvalidCacheData = -7,
}
Undocumented
-
Undocumented
Declaration
Objective-C
FWRequestCacheErrorExpired = -1
-
Undocumented
Declaration
Objective-C
FWRequestCacheErrorVersionMismatch = -2
-
Undocumented
Declaration
Objective-C
FWRequestCacheErrorSensitiveDataMismatch = -3
-
Undocumented
Declaration
Objective-C
FWRequestCacheErrorAppVersionMismatch = -4
-
Undocumented
Declaration
Objective-C
FWRequestCacheErrorInvalidCacheTime = -5
-
Undocumented
Declaration
Objective-C
FWRequestCacheErrorInvalidMetadata = -6
-
Undocumented
Declaration
Objective-C
FWRequestCacheErrorInvalidCacheData = -7