you should run the following statement
use distribution
go
select * from msrepl_errors order by 2 desc
there you should see the error. Then with the transaccion id (xact_id I guess) use it for the next statement
sp_browsereplcmds '[xact_id]'
there you should see the pending replication commands