| DeviceActivationException |
Exception thrown when there was an error activating a trusted device.
|
| InaccessibleChannelException |
Exception thrown when a user is trying to access a channel he cannot / chose not to participate
|
| InaccessibleGroupException |
Exception thrown when an administrator is logging in another user, and that user isn't managed by the adminstrator.
|
| InaccessiblePrincipalException |
Exception thrown when attempting to login with a valid principal, but inaccessible for the current channel
|
| InvalidAccessClientException |
|
| InvalidAccessTokenException |
Exception thrown when the OAuth2 / OpenID Connect access token used to connect is not valid
|
| InvalidChannelUsageException |
Exception thrown when a user access to Cyclos through a channel in a way not supported by the channel.
|
| InvalidDeviceConfirmationException |
This exception is thrown in any of the following cases:
The confirmation that is being checked, when executing an operation requiring confirmation, wasn't found or
wasn't approved.
The confirmation / device, when approving / rejecting an operation, wasn't found.
|
| InvalidInvocationDataException |
Indicates that the InvocationData provided to a service invocation is invalid
|
| InvalidNetworkException |
Attempt to access Cyclos using a network that has been disabled
|
| InvalidPasswordException |
Error when a given password is invalid
|
| InvalidPinRemovedException |
Error when a pin was removed after the maximum tries has been reached.
|
| InvalidSecurityAnswerException |
Error when a given answer is invalid.
|
| InvalidSessionDataException |
Base class for all exceptions related to an error in a service invocation.
|
| InvalidTokenException |
Exception thrown when a user tries to activate a token with an invalid value.
|
| InvalidTotpException |
This exception is thrown when confirming with a TOTP, but the value isn't valid
|
| LoggedOutException |
Exception thrown when a logged user has lost his session or is not logged.
|
| LoginException |
Error during login
|
| MaxTokenActivationAttemptsException |
Exception thrown when a user has been blocked by attempting to activate a token with an invalid value.
|
| OperatorWithPendingAgreementsException |
Exception thrown when an operator attempts to access Cyclos, but his owner user has pending agreements
|
| OtpInvalidatedException |
Error when an OTP was invalidated because there was a maximum of invalid attempts.
|
| PasswordException |
Error validating a user's passwords
|
| PasswordStatusException |
|
| PermissionDeniedException |
Exception thrown when a user did not have a given set of permission
|
| RemoteAddressBlockedException |
Exception thrown when the remote address (IP) has been blocked by attempting to login with invalid usernames
|
| TokenAlreadyInUseException |
Exception thrown when trying to initialize a NFC tag/device but there is an existing token in use in the system with
the same value and type.
|
| UnauthorizedAddressException |
Exception thrown when a user is trying to access a channel from an IP address which is not whitelisted
|
| UnauthorizedURLException |
Exception thrown when a user is trying to access Cyclos from a URL which is not exactly the one set in the
configuration, when the configuration
forces access with the specific URL
|