]> git.mxchange.org Git - friendica-addons.git/blobdiff - buffer/bufferapp.php
Merge pull request #948 from nupplaphil/task/di_config
[friendica-addons.git] / buffer / bufferapp.php
index a222b23ec893766c4e857cead9fbf859650901c9..ed1d9353cec843f1a31a033254cb03f750991259 100644 (file)
                public $errors = [
                        'invalid-endpoint' => 'The endpoint you supplied does not appear to be valid.',
 
+                       '401' => 'Unauthorized.',
                        '403' => 'Permission denied.',
                        '404' => 'Endpoint not found.',
                        '405' => 'Method not allowed.',
+                       '504' => 'Gateway timeout server response timeout.',
                        '1000' => 'An unknown error occurred.',
                        '1001' => 'Access token required.',
                        '1002' => 'Not within application scope.',