InvalidRequestException

class InvalidRequestException(errorCode: Int, errorMessage: String) : HealthDataException

An exception to indicate that the app has requested the specified operation with invalid conditions.

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 and can be helpful to app developers.

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.