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:
parent
ee54f2cf71
commit
c11a87a9f9
@ -32,7 +32,7 @@ use warnings;
|
|||||||
use utf8;
|
use utf8;
|
||||||
use Carp qw(croak carp);
|
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');
|
use Exporter ('import');
|
||||||
our @EXPORT_OK = qw(expErrorsAuth expErrors);
|
our @EXPORT_OK = qw(expErrorsAuth expErrors);
|
||||||
@ -247,6 +247,7 @@ my %errssfile = ( # Standa
|
|||||||
2002 => "Failed to access sharing links",
|
2002 => "Failed to access sharing links",
|
||||||
9000 => "malformed JSON string received",
|
9000 => "malformed JSON string received",
|
||||||
9001 => "API keys and values not completed",
|
9001 => "API keys and values not completed",
|
||||||
|
9002 => "File not found",
|
||||||
);
|
);
|
||||||
|
|
||||||
my %hterr = ( # Hash der TYPE Error Code Spezifikationen
|
my %hterr = ( # Hash der TYPE Error Code Spezifikationen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user