PathEngine home previous: iTestBed::getWindowSize()next: iTestBed::hasRefs()
Contents, API Reference, Interfaces, iTestBed, handleError

iTestBed::handleError()

Description

Report an error.

Syntax

int32_t handleError(const char* type, const char* description, const char *const* attributes);

Parameters

type A C string specifying the type of error.
description A C string containing a human readable description of the error.
attributes A set of context dependant attributes relating to the error. See Handling Attributes for an explanation about how to parse these attributes.

Return Value

One of the values described in Error Handler Return Codes, to specify what action should be taken after the error handler returns.

C# Mapping

int handleError(string type, string description, string[] attributes);

Java Mapping

int handleError(String type, String description, String[] attributes);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iTestBed::hasRefs()