Interface ErrorAccessor

    • Method Detail

      • getErrors

        @NotNull
        @NotNull Collection<ErrorDetails> getErrors​(@NotNull
                                                    @NotNull ResultKey resultKey)
        Obtain all the errors recorded against a specific result
        Parameters:
        resultKey -
        Returns:
        The collection ErrorDetails
      • getErrors

        @NotNull
        @NotNull Collection<ErrorDetails> getErrors​(@NotNull
                                                    @NotNull Key entityKey)
        Obtain all the errors recorded against a specific plan
        Parameters:
        entityKey -
        Returns:
        The collection ErrorDetails
      • getErrorsByAgentId

        @NotNull
        @NotNull Collection<ErrorDetails> getErrorsByAgentId​(Long agentId)
        Obtain all the errors recorded filtered by Agent Id
        Parameters:
        agentId -
        Returns:
        The collection ErrorDetails