You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.