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 ODHttpStatus status (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)