NAME
Net::FileMaker::Error - Error strings and codes
SYNOPSIS
Classes within this namespace store the applicable error codes, and the localised strings for them. You don't call these modules yourself directly. To enable them, the key "error" must be defined as an ISO 639 short code when you construct your objects with Net::FileMaker or a subclass that handles individual interface types like so:
use Net::FileMaker;
my $fms = Net::FileMaker->new(host => $host, error => 'en');
LANGUAGES SUPPORTED
English, Italian, Japanese and German are presently supported with the aims of covering all languages documented by FileMaker in the future.