parseerror: Function to parse errors returned by capslib.dll.

View source: R/parseerror.R

parseerrorR Documentation

Function to parse errors returned by capslib.dll.

Description

This function is for internal use only. It processes the error codes returned from Edi's C library calling stop as appropriate with the slightly more understandable text equivalents of the error codes.

Usage

parseerror(err.code, where)

Arguments

err.code

The error code returned by Edi's function. An integer, negative numbers are errors.

where

The function in which parseerror is being called. Allows the stop message to identify where the error occurred.

Value

Returns nothing.

Author(s)

Ethan Plunkett

Examples


parseerror(1, "test")


ethanplunkett/gridprocess documentation built on Feb. 1, 2024, 2:24 a.m.