ReadResult

The read() command returns an array of ReadResult objects.

A ReadResult object has the following properties:

Name

Type

Description

objects

oaBase[]

An array of oaBase objects.

errors

oaError[]

An array of oaError objects (see Error).

If an error occurred the read() command returns an array of one or more oaError objects (see Error) providing the error code and description.