AuthorizationException

class AuthorizationException(errorCode: Int?, errorMessage: String) : HealthDataException

An exception to indicate that the app is not authorized to perform the specified operation.

This error occurs through app misuse, so it may be corrected in the development stage and ignored at runtime.

The following error codes are defined:

Since

1.0.0

Parameters

errorCode

The code for this error.

errorMessage

The message for this error.

Constructors

Link copied to clipboard
constructor(errorCode: Int?, errorMessage: String)

A constructor.

Preferences Submitted

You have successfully updated your cookie preferences.