#CloudSaveException.ErrorCode == 7007 when the file is not found?

1 messages · Page 1 of 1 (latest)

novel kiln
#

What on earth is going on here? Why is a 404 error turned into 7007, when the ErrorCode documentation says to look at CommonErrorCodes which definitely don't contain anything like 7007?

#

this is when calling CloudSaveService.Instance.Files.Player.LoadBytesAsync

novel kiln
#

hmm i guess that's where it comes from but the exception thrown from the api is a CloudSaveException

#

i imagine the code is converted to 7007 for backward compatibility reasons then if in the past the api used to just pass through GCS codes directly