EOS_PlayerDataStorage_EWriteResult

EOS API reference page for EOS_PlayerDataStorage_EWriteResult

1 min to read

This enumerated type is part of the PlayerDataStorage Interface.

Remarks

Return results for EOS_PlayerDataStorage_OnWriteFileDataCallback callbacks to return

Values

EOS_PlayerDataStorage_EWriteResult

Enumerated ValueMeaning
EOS_WR_ContinueWritingSignifies the data was written successfully, and we should write the data the file
EOS_WR_CompleteRequestSignifies all data has now been written successfully, and we should upload the data to the cloud
EOS_WR_FailRequestSignifies there was a failure writing the data, and the request should end
EOS_WR_CancelRequestSignifies the request should be canceled, but not due to an error