NAME Data::Processor::Error::Instance - An Error
METHODS =head2 new
my $error = Data::Processor::Error::Instance->new(
message => 'This is an error.',
path => 'root->key->another->key',
caller => "got called by " . caller();
);