Interface ScenarioReadResult


@OpenApiAll public interface ScenarioReadResult
Contains success flag and possible errors of scenario read result.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets failed elements with their errors.
    boolean
    Gets reading success result flag.
  • Method Details

    • isSuccess

      boolean isSuccess()
      Gets reading success result flag.
      Returns:
      reading success result flag.
    • getFailedElements

      Map<Element,String> getFailedElements()
      Gets failed elements with their errors.
      Returns:
      failed elements with their errors.