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 need to 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
At present only English and Japanese are supported, but the eventual goal is to cover all languages presently documented by FileMaker which is over a dozen and includes German, French and Japanese.