Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.45 KB

Accounts_System_.AuthenticateWithServiceErrors.md

File metadata and controls

49 lines (26 loc) · 1.45 KB

Powership / Modules / Accounts System. / AuthenticateWithServiceErrors

Enumeration: AuthenticateWithServiceErrors

Accounts System..AuthenticateWithServiceErrors

Table of contents

Enumeration Members

Enumeration Members

AuthenticationFailed

AuthenticationFailed = "AuthenticationFailed"

Service failed to authenticate the user

Defined in

packages/accounts/src/utils/AccountError.ts:42


ServiceNotFound

ServiceNotFound = "ServiceNotFound"

Service is not registered on the server

Defined in

packages/accounts/src/utils/AccountError.ts:34


UserDeactivated

UserDeactivated = "UserDeactivated"

User is deactivated, so not allowed to login

Defined in

packages/accounts/src/utils/AccountError.ts:38