XboxLiveAuthException

class XboxLiveAuthException(reason: XboxLiveError) : AuthException

Thrown when an Xbox Live service returns a valid response, but one that indicates an error.

It's recommended to display the reason to users in a friendly format to help them troubleshoot the issue. It may often be due to user error, or a server issue out of the user's control.

Parameters

reason

The error returned by the service.

Constructors

Link copied to clipboard
fun XboxLiveAuthException(reason: XboxLiveError = XboxLiveError.UNKNOWN)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
val reason: XboxLiveError