@@ -601,6 +601,7 @@ public enum PlayFabErrorCode
601
601
ResetIntervalCannotBeModified = 1598 ,
602
602
VersionIncrementRateExceeded = 1599 ,
603
603
InvalidSteamUsername = 1600 ,
604
+ InvalidVersionResetForLinkedLeaderboard = 1601 ,
604
605
MatchmakingEntityInvalid = 2001 ,
605
606
MatchmakingPlayerAttributesInvalid = 2002 ,
606
607
MatchmakingQueueNotFound = 2016 ,
@@ -715,6 +716,7 @@ public enum PlayFabErrorCode
715
716
ExperimentationExclusionGroupCannotDelete = 7020 ,
716
717
ExperimentationExclusionGroupInvalidTrafficAllocation = 7021 ,
717
718
ExperimentationExclusionGroupInvalidName = 7022 ,
719
+ ExperimentationLegacyExperimentInvalidOperation = 7023 ,
718
720
MaxActionDepthExceeded = 8000 ,
719
721
TitleNotOnUpdatedPricingPlan = 9000 ,
720
722
SegmentManagementTitleNotInFlight = 10000 ,
@@ -780,6 +782,13 @@ public enum PlayFabErrorCode
780
782
EventSinkInsufficientRoleAssignment = 15013 ,
781
783
EventSinkContainerNotFound = 15014 ,
782
784
EventSinkTenantIdInvalid = 15015 ,
785
+ EventSinkResourceMisconfigured = 15016 ,
786
+ EventSinkAccessDenied = 15017 ,
787
+ EventSinkWriteConflict = 15018 ,
788
+ EventSinkResourceNotFound = 15019 ,
789
+ EventSinkResourceFeatureNotSupported = 15020 ,
790
+ EventSinkBucketNameInvalid = 15021 ,
791
+ EventSinkResourceUnavailable = 15022 ,
783
792
OperationCanceled = 16000 ,
784
793
InvalidDisplayNameRandomSuffixLength = 17000 ,
785
794
AllowNonUniquePlayerDisplayNamesDisableNotAllowed = 17001 ,
@@ -887,6 +896,12 @@ public enum PlayFabErrorCode
887
896
GameSaveNewerManifestExists = 20312 ,
888
897
GameSaveBaseVersionNotAvailable = 20313 ,
889
898
GameSaveManifestVersionQuarantined = 20314 ,
899
+ GameSaveManifestUploadProgressUpdateNotAllowed = 20315 ,
900
+ GameSaveNotFinalizedManifestNotEligibleAsKnownGood = 20316 ,
901
+ GameSaveNoUpdatesRequested = 20317 ,
902
+ GameSaveTitleDoesNotExist = 20318 ,
903
+ GameSaveOperationNotAllowedForTitle = 20319 ,
904
+ GameSaveManifestFilesLimitExceeded = 20320 ,
890
905
StateShareForbidden = 21000 ,
891
906
StateShareTitleNotInFlight = 21001 ,
892
907
StateShareStateNotFound = 21002 ,
0 commit comments