Skip to content

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).

Client-side exceptions

ControllerValidationException - errors that occur if a client interface is invalid.
ClientRequestException - exceptions to return information about a failed client request.

Controller-side exceptions

ControllerValidationException - errors that occur if a controller is invalid.

Clone this wiki locally