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

io.github.xtazxz.base.common.ec.define.ErrorCodeValidation Maven / Gradle / Ivy

The newest version!
package io.github.xtazxz.base.common.ec.define;


import io.github.xtazxz.base.common.ec.ErrorCodeBase;
import io.github.xtazxz.base.entity.ErrorCode;

public class ErrorCodeValidation {

  public static ErrorCode failure(String messagePattern, Object... argArray) {
    return ErrorCode.business(ErrorCodeBase.EC_BASE_VALIDATION + 1, messagePattern, argArray);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy