Skip to content

Commit

Permalink
https://api.playfab.com/releaseNotes/#190312
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFabJenkinsBot committed Mar 12, 2019
2 parents b9b2d56 + 92becea commit 9a015f2
Show file tree
Hide file tree
Showing 23 changed files with 4,895 additions and 329 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,7 @@ public static enum PlayFabErrorCode {
EntityProfileConstraintValidationFailed(1398),
TelemetryIngestionKeyPending(1399),
TelemetryIngestionKeyNotFound(1400),
StatisticTagRequired(1401),
StatisticTagInvalid(1402),
StatisticChildNameInvalid(1402),
DataIntegrityError(1403),
VirtualCurrencyCannotBeSetToOlderVersion(1404),
VirtualCurrencyMustBeWithinIntegerRange(1405),
Expand Down Expand Up @@ -446,57 +445,25 @@ public static enum PlayFabErrorCode {
PushNotificationTemplateMissingName(1442),
CannotEnableMultiplayerServersForTitle(1443),
WriteAttemptedDuringExport(1444),
MultiplayerServerTitleQuotaCoresExceeded(1445),
MatchmakingEntityInvalid(2001),
MatchmakingPlayerAttributesInvalid(2002),
MatchmakingCreateTicketRequestMissing(2003),
MatchmakingCreateTicketCreatorMissing(2004),
MatchmakingCreateTicketCreatorIdMissing(2005),
MatchmakingCreateTicketMemberListMissing(2006),
MatchmakingCreateTicketGiveUpAfterInvalid(2007),
MatchmakingTicketIdMissing(2008),
MatchmakingMatchIdMissing(2009),
MatchmakingMatchIdIdMissing(2010),
MatchmakingQueueNameMissing(2011),
MatchmakingTitleIdMissing(2012),
MatchmakingTicketIdIdMissing(2013),
MatchmakingPlayerIdMissing(2014),
MatchmakingJoinTicketPlayerMissing(2015),
MatchmakingQueueConfigNotFound(2016),
MatchmakingQueueNotFound(2016),
MatchmakingMatchNotFound(2017),
MatchmakingTicketNotFound(2018),
MatchmakingCreateTicketServerIdentityInvalid(2019),
MatchmakingCreateTicketClientIdentityInvalid(2020),
MatchmakingGetTicketPlayerMismatch(2021),
MatchmakingJoinTicketServerIdentityInvalid(2022),
MatchmakingJoinTicketPlayerIdentityMismatch(2023),
MatchmakingCancelTicketServerIdentityInvalid(2024),
MatchmakingCancelTicketPlayerIdentityMismatch(2025),
MatchmakingGetMatchIdentityMismatch(2026),
MatchmakingPlayerIdentityMismatch(2027),
MatchmakingAlreadyJoinedTicket(2028),
MatchmakingTicketAlreadyCompleted(2029),
MatchmakingClientTimeout(2030),
MatchmakingQueueConfigInvalid(2031),
MatchmakingMemberProfileInvalid(2032),
NintendoSwitchDeviceIdNotLinked(2034),
MatchmakingNotEnabled(2035),
MatchmakingGetStatisticsIdentityInvalid(2036),
MatchmakingBucketOwnerNotFound(2037),
MatchmakingCancelAllTicketsUnauthorized(2041),
MatchmakingListTicketsUnauthorized(2042),
MatchmakingPlayerAttributesTooLarge(2043),
MatchmakingNumberOfPlayersInTicketTooLarge(2044),
MatchmakingMatchTotalAttributeIsNegative(2045),
MatchmakingAttributeTypeInvalid(2046),
MatchmakingMatchTotalAttributeTooLarge(2047),
MatchmakingMatchTotalAttributeSumTooLarge(2048),
MatchmakingTicketUnmatchable(2049),
MatchmakingCommonRegionMissing(2050),
MatchmakingLatencyMeasurementMissing(2051),
MatchmakingStatisticsNotFound(2052),
MatchmakingAttributeInvalid(2046),
MatchmakingPlayerHasNotJoinedTicket(2053),
MatchmakingRateLimitExceeded(2054),
MatchmakingTicketMembershipLimitExceeded(2055),
MatchmakingUnauthorized(2056),
TitleConfigNotFound(3001),
TitleConfigUpdateConflict(3002),
TitleConfigSerializationError(3003),
Expand All @@ -513,7 +480,14 @@ public static enum PlayFabErrorCode {
CatalogConfigTooManyContentTypes(4101),
CatalogConfigContentTypeTooLong(4102),
CatalogConfigTooManyTags(4103),
CatalogConfigTagTooLong(4104);
CatalogConfigTagTooLong(4104),
ExportInvalidStatusUpdate(5000),
ExportInvalidPrefix(5001),
ExportBlobContainerDoesNotExist(5002),
ExportEventNameNotFound(5003),
ExportExportTitleIdNotFound(5004),
ExportCouldNotUpdate(5005),
ExportInvalidStorageType(5006);

public int id;

Expand Down
Loading

0 comments on commit 9a015f2

Please sign in to comment.