Package energy.eddie.regionconnector.de.eta.exceptions
package energy.eddie.regionconnector.de.eta.exceptions
-
ClassDescriptionExceptions thrown by
EtaPlusApiClientduring API communication with the ETA Plus system.Thrown when the ETA Plus API responds with HTTP 401 or 403 due to invalid credentials.Thrown when the ETA Plus API response body cannot be deserialized into the expected DTO.Thrown when the ETA Plus API responds with HTTP 400 (Bad Request).Thrown when the ETA Plus API responds with HTTP 403 (Forbidden) on a resource the bearer should normally authorise.Thrown when the ETA Plus API responds with HTTP 404 (Not Found) for a requested resource.Thrown when the ETA Plus API responds with a 5xx server error.Thrown when the HTTP request to ETA Plus times out (connect or response timeout).Thrown when persisting an event to the outbox fails.Thrown when the ETA Plus API response cannot be mapped to the domain model.Thrown when a permission request cannot be found in the DE-ETA repository.Thrown when the ETA Plus API responds with HTTP 429 (Too Many Requests).