2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

ErrCodes.pm: Update to version 1.3.3

git-svn-id: https://svn.fhem.de/fhem/trunk@22975 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-10-15 17:07:28 +00:00
parent ee54f2cf71
commit c11a87a9f9

View File

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