The Relativity.Kepler.Exceptions namespace contains exception types that may be thrown by a Kepler Service.
Classes
Class | Description | |
---|---|---|
![]() | ConflictException |
Exception class for Kepler representing HTTP status code "Conflict" 409.
Conflict indicates that the request could not be carried out because of a conflict on the server.
|
![]() | DataConcurrencyException | |
![]() | ExceptionIdentifierAttribute |
Attribute used to map error types from server to client.
|
![]() | FaultCodeAttribute |
This attribute is used to attach an HTTP status code to an exception such that, when thrown,
the status code is returned in the HTTP response.
|
![]() | FaultSafeAttribute |
Attribute used to indicate which properties of a wrapped exception to include in the APIExceptionWrapper.
|
![]() | NotAuthorizedException |
Represents the exception that occurs during the scope validation.
|
![]() | NotFoundException | |
![]() | ServiceException |
This is the base class for any exception that might come from the service.
|
![]() | ServiceInfrastructureException | |
![]() | ServiceSerializationException |
An Exception thrown for a Serialization or Deserialization error.
|
![]() | ValidationException |
Represents the exception that occurs during validation of data.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | ServiceSerializationException.ServiceSerializationExceptionID |
An enumeration of Serialization Exception ID's.
|