//interface/healthstack.backend.integration.exception

Package healthstack.backend.integration.exception

Types

Name Summary
RegisterException [androidJvm]
class RegisterException : Exception
Occurs when a user sign up to the App, except for the situation in which the user has already registered.
UserAlreadyExistsException [androidJvm]
class UserAlreadyExistsException : Exception
During the sign-up process, it occurs when the user is already registered.