This enumerated type is part of the TitleStorage Interface.
Remarks
Return results for EOS_TitleStorage_OnReadFileDataCallback callbacks
Values
EOS_TitleStorage_EReadResult
Enumerated Value | Meaning |
---|---|
EOS_TS_RR_ContinueReading | Signifies the data was read successfully, and we should continue to the next chunk if possible |
EOS_TS_RR_FailRequest | Signifies there was a failure reading the data, and the request should end |
EOS_TS_RR_CancelRequest | Signifies the request should be canceled, but not due to an error |