-
Couldn't load subscription status.
- Fork 11
Exceptions
Stanislav Molchanovskiy edited this page Nov 15, 2021
·
1 revision
All expected exceptions thrown by the client are inherited from the NClientException. In turn, they are divided into two types: client-side errors (inherited from ClientException) and controller-side errors (inherited from ControllerException).
ControllerValidationException - errors that occur if a client interface is invalid.
ClientRequestException - exceptions to return information about a failed client request.
ControllerValidationException - errors that occur if a controller is invalid.