The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Articulate::Service::Error

Given request data like:

  {
    error_type => 'Forbidden',
    error => {}
  }

Creates an error with those attriutes and throws it. No access control is performed.

Useful for when you want to throw an error from your route and serialise it.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 10:

Unknown directive: =DESCRIPTION