NAME

Error::Pure::HTTP::Error - Error::Pure module with error on one line over HTTP.

SYNOPSIS

use Error::Pure::HTTP::Error qw(err);

err 'This is a fatal error', 'name', 'value';

SUBROUTINES

err(@messages)
Process error with messages @messages.

EXAMPLE1

use strict;
use warnings;

use Error::Pure::HTTP::Error qw(err);

# Error.
err '1';

# Output like this:
# Content-type: text/plain
#
# #Error [script.pl:12] 1

EXAMPLE2

use strict;
use warnings;

use Error::Pure::HTTP::Error qw(err);

# Error.
err '1', '2', '3';

# Output like this:
# Content-type: text/plain
#
# #Error [script.pl:12] 1

DEPENDENCIES

Error::Pure::Utils, Error::Pure::Output::Text, Exporter, List::MoreUtils, Readonly.

SEE ALSO

Task::Error::Pure

Install the Error::Pure modules.

REPOSITORY

https://github.com/michal-josef-spacek/Error-Pure-HTTP

AUTHOR

Michal Josef Špaček mailto:skim@cpan.org

http://skim.cz

LICENSE AND COPYRIGHT

© 2012-2023 Michal Josef Špaček

BSD 2-Clause License

VERSION

0.16