Class | Description | |
---|---|---|
![]() | AccessDeniedException | Thrown when the current user has no permission to change a server object or perform a certain operation. The (localized) error message can be displayed to the user. |
![]() | ApiTokenAuthentication | Defines an authentication by user name and client token. |
![]() | ClientOptions | Options for connecting to the Report Server. |
![]() | DataSourceNotFoundException | Thrown when a referenced data source does not exist. The (localized) error message can be displayed to the user. |
![]() | ExportProfileNotFoundException | Thrown when a referenced export/printing profile does not exist. The (localized) error message can be displayed to the user. |
![]() | GenericHttpRequestException | Thrown for generic HTTP errors which are not related to combit Report Server, e.g. network errors, proxy errors, ... |
![]() | GenericReportServerException | Thrown for unexpected errors on the server. The (localized) error message can be displayed to the user. The error message will only include technical details if the debug mode on the server is enabled. |
![]() | InvalidCredentialsException | Thrown when the login data is wrong. The (localized) error message can be displayed to the user. |
![]() | InvalidInputException | Thrown for generic input errors (invalid format etc.). The (localized) error message can be displayed to the user. |
![]() | InvalidObjectIdException | Thrown when an invalid ID for a server object was specified. The (localized) error message can be displayed to the user. |
![]() | ModelValidationFailedException | Thrown when an object is updated, but the properties have invalid or missing values. Check the ErrorDetails property. |
![]() | ReportServer | Provides methods to connect to combit Report Server. |
![]() | ReportServerApiException | Base class for errors that are raised by the REST API, i.e. this does not include HTTP exception like 404 Not Found. The (localized) error message can be displayed to the user. |
![]() | ReportServerNotAvailableException | Thrown when the application pool of the Report Server is stopped or the REST API is not enabled (see the advanced settings page in the management area of the Report Server). |
![]() | ReportTemplateNotFoundException | Thrown when a referenced report template does not exist. The (localized) error message can be displayed to the user. |
![]() | RepositorySessionExpiredException | Thrown if a repository session has expired, this usually happens if the server is restarted while this client is connected. |
![]() | SessionExpiredException | Thrown if an export session has expired, i.e. the result is not available anymore. The (localized) error message can be displayed to the user. |
![]() | TaskFailedException | Thrown when a report task failed to execute. The (localized) error message can be displayed to the user. |
![]() | TaskNotFoundException | Thrown when a referenced report task does not exist. The (localized) error message can be displayed to the user. |
![]() | TemplateFolderNotFoundException | Thrown when a referenced folder of report templates does not exist. The (localized) error message can be displayed to the user. |
![]() | UserGroupNotFoundException | Thrown when a referenced user group does not exist. The (localized) error message can be displayed to the user. |
![]() | UserNotFoundException | Thrown when a referenced user does not exist. The (localized) error message can be displayed to the user. |
![]() | ValidationError | Information on model validation errors. |
![]() | WindowsAuthentication | Defines an authentication by the active user account (requires Windows/Kerberos authentication mode on the server). |