Interface BambdaImportResult


public interface BambdaImportResult
The result of importing a Bambda
  • Method Details

    • status

      The status of the Bambda after import
      Returns:
      the status
    • importErrors

      List<String> importErrors()
      Returns:
      a list of error messages, or an empty list if the script was imported without errors.