Module: JenkinsApi::Exceptions
- Defined in:
- lib/jenkins_api_client/exceptions.rb
Overview
This module contains classes that define exceptions for various catories.
Defined Under Namespace
Classes: ApiException, CLIError, CrumbNotFound, Forbidden, ForbiddenWithCrumb, InternalServerError, JobAlreadyExists, JobNotFound, NodeAlreadyExists, NodeNotFound, NotFound, NothingSubmitted, PluginNotFound, ServiceUnavailable, Unauthorized, ViewAlreadyExists, ViewNotFound
Constant Summary collapse
- JobAlreadyExistsWithName =
Support for backward compatibility
JobAlreadyExistsUnauthorized- ForbiddenException =
Support for backward compatibility
Forbidden- NotFoundException =
Support for backward compatibility
NotFound- CrumbNotFoundException =
Support for backward compatibility
CrumbNotFound- InternalServerErrorException =
Support for backward compatibility
InternalServerErrorServiceUnavailable- CLIException =
Support for backward compatibility
CLIError