Interface S2sErrorService


public interface S2sErrorService
  • Method Details

    • findS2sErrorByKey

      S2sErrorContract findS2sErrorByKey(String key)
      Finds an s2s error by key. The key cannot be blank.
      Parameters:
      key - the key. cannot be null.
      Returns:
      an s2s error or null if not found.
      Throws:
      IllegalArgumentException - if the key is blank