We need ProcessingError in repository.
This commit is contained in:
parent
0e4858a184
commit
7ae12fd42f
@ -0,0 +1,11 @@
|
|||||||
|
package pl.amu.edu.demo.either;
|
||||||
|
|
||||||
|
|
||||||
|
import lombok.AllArgsConstructor;
|
||||||
|
import lombok.ToString;
|
||||||
|
|
||||||
|
@AllArgsConstructor(staticName = "of")
|
||||||
|
@ToString
|
||||||
|
public class ProcessingError {
|
||||||
|
private final String errorMessage;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user