#include "beastapitypes.h"
Utility functions for the Beast API.
Functions | |
ILBStatus | ILBErrorToString (ILBStatus error, ILBStringHandle *targetString) |
ILBStatus | ILBGetExtendErrorInformation (ILBStringHandle *targetString) |
ILBStatus ILBErrorToString | ( | ILBStatus | error, |
ILBStringHandle * | targetString | ||
) |
Converts an error code into a string for human readable error reporting.
error | the error code to convert |
targetString | the string to receive the message. |
ILBStatus ILBGetExtendErrorInformation | ( | ILBStringHandle * | targetString | ) |
Returns the last error that happened in this thread.
Error strings returned from this function may potentially be invalidated and undefined by other calls to the beast api from this thread.
targetString | the string to receive the message. |