Enum LeaderboardsExceptionReason
An enum of possible reasons that Leaderboards would throw an exception.
Namespace: Unity.Services.Leaderboards.Exceptions
Assembly: solution.dll
Syntax
[Preserve]
public enum LeaderboardsExceptionReason
Fields
| Name | Description |
|---|---|
| AccessTokenMissing | |
| BucketNotFound | |
| EntryNotFound | |
| InvalidArgument | |
| LeaderboardBucketed | |
| LeaderboardNotBucketed | |
| LeaderboardNotFound | |
| LeaderboardNotTiered | |
| NoInternetConnection | |
| NotFound | |
| PlayerIdMissing | |
| ProjectIdMissing | |
| ScoreSubmissionRequired | |
| ServiceUnavailable | |
| TierNotFound | |
| TooManyRequests | |
| Unauthorized | |
| Unknown | |
| VersionNotFound |