UserProfileFailure

abstract class UserProfileFailure

Failures that might occur when interacting with the UserProfile using PersonalData.

Important: This is a Public Preview API. It may be changed or removed at any time.

See also

Inheritors

Types

Link copied to clipboard

Failure caused by a general authorization issue. Synchronization stops working with the current instance of PersonalData.

Link copied to clipboard

Failure due to unsuccessful clearing of the user profile.

Link copied to clipboard

Failure due to unsuccessful deserialization of the user profile.

Link copied to clipboard
class HttpFailure(val httpErrorCode: Int, val message: String) : UserProfileFailure

Failure where an online REST API call returned an unexpected HTTP status code.

Link copied to clipboard

Failure due to unsuccessful loading of the user profile.

Link copied to clipboard

Failure caused by a network-related issue.

Link copied to clipboard

Failure due to unsuccessful updating of the user profile.

Properties

Link copied to clipboard