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

io.github.ealenxie.goodcang.Error Maven / Gradle / Ivy

The newest version!
package io.github.ealenxie.goodcang;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class Error {
    private String errMessage;
    private String errCode;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy