Retrieval of a Hybrid App Error List

Retrieves an error list for the specified Hybrid App package for the specified time period, and paginates the results.

Syntax

PaginationResult<MobileHybridAppErrorVO> getMobileHybridAppErrorList(int startIndex, int maxRecordsToReturn, MobileHybridAppIDVO id, String userName, Calendar startDate, Calendar endDate, String orderByField, boolean bAscending) throws SUPAdminException;

Returns

If successful, returns a list of objects of the specified type (can be null).

Examples