v2.0.0
Latest
2021.3+
Enum LeaderboardsExceptionReason
An enum of possible reasons that Leaderboards would throw an exception.
Namespace: Unity.Services.Leaderboards.Exceptions
Syntax
[Preserve]
public enum LeaderboardsExceptionReasonFields
| Name | Description | Value |
|---|---|---|
| Unknown | 0 | |
| NoInternetConnection | 1 | |
| ProjectIdMissing | 2 | |
| PlayerIdMissing | 3 | |
| AccessTokenMissing | 4 | |
| InvalidArgument | 5 | |
| LeaderboardNotBucketed | 6 | |
| LeaderboardBucketed | 7 | |
| LeaderboardNotTiered | 8 | |
| Unauthorized | 9 | |
| LeaderboardNotFound | 10 | |
| EntryNotFound | 11 | |
| VersionNotFound | 12 | |
| BucketNotFound | 13 | |
| TierNotFound | 14 | |
| NotFound | 15 | |
| TooManyRequests | 16 | |
| ServiceUnavailable | 17 | |
| ScoreSubmissionRequired | 18 |