All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.targomo.client.api.exception.ExceptionCode Maven / Gradle / Ivy

The newest version!
package com.targomo.client.api.exception;

/**
 * Interface to keep any exception error or response code
 */
public interface ExceptionCode {

    Integer getCode();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy