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

com.sap.cloud.sdk.odatav2.connectivity.ErrorResultHandler Maven / Gradle / Ivy

/*******************************************************************************
 * (c) 201X SAP SE or an SAP affiliate company. All rights reserved.
 ******************************************************************************/
package com.sap.cloud.sdk.odatav2.connectivity;

import lombok.NonNull;

public interface ErrorResultHandler
{
	T createError( @NonNull final String content, final Object origin, @NonNull final int httpStatusCode );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy