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

dev.vality.woody.api.flow.error.WErrorMapper Maven / Gradle / Ivy

There is a newer version: 2.0.8
Show newest version
package dev.vality.woody.api.flow.error;

import dev.vality.woody.api.trace.ContextSpan;

public interface WErrorMapper {

    WErrorDefinition mapToDef(Throwable t, ContextSpan contextSpan);

    Exception mapToError(WErrorDefinition errorDefinition, ContextSpan contextSpan);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy