X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=buffer%2Fbufferapp.php;h=ed1d9353cec843f1a31a033254cb03f750991259;hb=1357817fc38de7be7dc8ebffc1fa0961796fd32d;hp=a9aeb49e78bd72463382e70cfbb60734240ac33d;hpb=ffe5038102b53dc9e00ef0b52d33e27226d35f7f;p=friendica-addons.git diff --git a/buffer/bufferapp.php b/buffer/bufferapp.php index a9aeb49e..ed1d9353 100644 --- a/buffer/bufferapp.php +++ b/buffer/bufferapp.php @@ -42,6 +42,7 @@ 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.',