Package io.odilon.client.error
package io.odilon.client.error
Error management for client server interaction.
ODClientException has the following fields:
- The code of the HTTP status of the request to the server
ODHttpStatusstatus (int) - The code of the specific Odilon error
ErrorCode(int) - A string with the error message returned by the server (
String)
- Author:
- atolomei@novamens.com (Alejandro Tolomei)
-
Exception ClassesClassDescriptionException thrown by the Odilon client library.
It contains three main parts: