GitHub
Download
Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
Create
Destroy
AbortTransaction
Connect
Create
CreateTransaction
CreateWaitObject
DestroyTransaction
DestroyWaitObject
Disconnect
DisconnectAll
Execute
ExecuteAsync
ExecuteResult
ExecuteWait
GetConnection
GetDomain
GetLastError
GetSchema
GetStorage
Initialize
InsertNamedObject
IsConnected
LoadData
Open
OpenNamedObject
Query
QueryNamedObject
QueryNamedObjectId
QueryNamedObjectLink
QueryNamedObjectMultiple
QueryStorage
ReleaseAllStorages
ReleaseStorage
RemoveNamedObject
ResetTransaction
StoreData
Uninitialize
WaitableHandle
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup
WDomain.GetLastError
Returns the last error that occurred in an execute action with this domain.
Syntax
void
GetLastError(
out
DataFoundation.
ObjectId
p_poiObjectId,
out
int
p_phrLastError
);
Parameter
p_poiObjectId
Type:
out DataFoundation.ObjectId
Variable that receives the ObjectId of the object that caused the last error.
p_phrLastError
Type:
out int
Variable that receives the value of the last error.
Return value
This function has no return value.
© 2022 Mobiland AG