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

com.rbkmoney.woody.api.flow.error.WErrorMapper Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.rbkmoney.woody.api.flow.error;

import com.rbkmoney.woody.api.trace.ContextSpan;

public interface WErrorMapper {

    WErrorDefinition mapToDef(Throwable t, ContextSpan contextSpan);

    Exception mapToError(WErrorDefinition eDefinition, ContextSpan contextSpan);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy