Navigation:  Classes > bArrayServer >

bArrayServer:Error()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method that is called as a result of an error within an operation.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:Error(

<oError>,

<symMethod>

) Æ NIL

Arguments

<oError>An object of the class error that contains information about the error.
Data type:Error

 

<symMethod>Name of the method in which the error occurs.
Data type:Symbol

Description

bBrowser:Error() is a callback method that is called by bArrayServer whenever an error occurs during an operation.

 

All methods of bArrayServer trap serious errors with a recover statement and send them to this method. Ordinary failures, such as record-not-found, are not passed on to this method, but will be indicated by an appropriate return value.

See Also

bArrayServer:ErrInfo

 


Page url: http://www.YOURSERVER.com/index.html?barrayserver_error.htm