Ekahau
view release on metacpan or search on metacpan
Ekahau/Response/Error.pm view on Meta::CPAN
-2 => ['DEVICE_LIMIT_EXCEEDED','Device Limit Exceeded','Device limit (how many devices your license allows you to track) is exceeded.'],
-3 => ['UDP_SEND_ERROR','UDP Send Error','Could not send UDP packet'],
-4 => ['CLIENT_CANNOT_MEASURE_DATA','Client Cannot Measure Data','Ekahau Client can not get signal information from the network adapter.'],
-5 => ['CLIENT_DEVICE_REMOVED','Client Device Removed','Network adapter has been removed from the client device.'],
-6 => ['HARDWARE_FAILURE','Hardware Failure','Network adapter has an internal error.'],
-1001 => ['CONTEXT_NOT_FOUND','Location Context Not Found','No location context exists for the requested context ID'],
1 => ['MALFORMED_REQUEST','Malformed Request','The Ekahau engine expected HELLO and TALK commands but received something else.'],
2 => ['AUTHENTICATION_FAILED','Authentication Failed','Password or license is wrong.'],
3 => ['UNSUPPORTED_PROTOCOL','Unsupported protocol','The requested protocol was not found.'],
4 => ['LICENSE_VIOLATION','License Violation','Too many open sockets for your license.'],
5 => ['ACCESS_DENIED','Access Denied','Authentication was OK, but the connect was refused either because your IP address is not allowed to connect, or because the server is too busy.'],
6 => ['AUTH_TIMEOUT','Authentication timeout','HELLO and TALK commands were not sent quickly enough'],
);
# Internal method
sub init
{
my $self = shift;
warn "Created Ekahau::Response::Error object\n"
if ($ENV{VERBOSE});
Ekahau/Response/Error.pm view on Meta::CPAN
=head3 EKAHAU_ERR_EMPTY_MODEL
Empty Model. Create a positioning model with Ekahau Manager and save
it to the Positioning Engine
=head3 EKAHAU_ERR_ACCESS_DENIED
Access Denied. Authentication was OK, but the connect was refused
either because your IP address is not allowed to connect, or because
the server is too busy.
=head3 EKAHAU_ERR_CONSUMER_NOT_RESPONDING
Consumer Not Responding. The device which you are trying to track
might not be responding. Check that the device is still connected to
the network and properly running Ekahau Client. Usually you get -1
error first.
=head3 EKAHAU_ERR_DEVICE_NOT_RESPONDING
( run in 0.525 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )