2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-18 12:06:04 +00:00

ErrCodes.pm: Update to version 1.3.4

git-svn-id: https://svn.fhem.de/fhem/trunk@23077 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-11-02 23:23:22 +00:00
parent aec1b0dc0f
commit 228444ac01

View File

@ -32,7 +32,7 @@ use warnings;
use utf8;
use Carp qw(croak carp);
use version; our $VERSION = version->declare('1.3.3');
use version; our $VERSION = version->declare('1.3.4');
use Exporter ('import');
our @EXPORT_OK = qw(expErrorsAuth expErrors);
@ -248,6 +248,7 @@ my %errssfile = ( # Standa
9000 => "malformed JSON string received",
9001 => "API keys and values not completed",
9002 => "File not found",
9003 => "Bad Request",
);
my %hterr = ( # Hash der TYPE Error Code Spezifikationen