LS::Service::Fault - Generic fault generation for authority framework


lsid-perl documentation  | view source Contained in the lsid-perl distribution.

Index


NAME

Top

LS::Service::Fault - Generic fault generation for authority framework

SYNOPSIS

Top

DESCRIPTION

Top

The Fault class provides convenient methods for creating faults within authorities.

CONSTRUCTORS

Top

new

This will construct a new Fault object

METHODS

Top

clientFault ( $msg, $error_code)

Create a _CUSTOM_ client fault with the specified message ($msg) and error code ($error_code).

Create a _CUSTOM_ server fault with the specified message ($msg) and error code ($error_code).

This creates a predefined fault based on the message. See the constructor code for more information on what messages can be passed to this function.

COPYRIGHT

Top


lsid-perl documentation  | view source Contained in the lsid-perl distribution.