This commit is contained in:
Marko Oldenburg 2019-05-07 10:56:21 +02:00
parent 69c720441c
commit e5e17f8c46

View File

@ -499,6 +499,7 @@ sub ErrorHandling($$$) {
if ( defined($data)
and $data
and
(
( $data =~ /Error/ )
or defined( eval { decode_json($data) }->{errors} )