If an error code of -101 is encountered when the PublicationLoad runtag executes, a TagRunnerRuntimeException is thrown. This behavior is defined in the super class AbstractTagRunner under the handleError(ICS ics) method.
Error code -101 indicates "No rows returned." (source) which should not cause a runtime error.
If an error code of -101 is encountered when the
PublicationLoadruntag executes, aTagRunnerRuntimeExceptionis thrown. This behavior is defined in the super classAbstractTagRunnerunder thehandleError(ICS ics)method.Error code -101 indicates "No rows returned." (source) which should not cause a runtime error.