-
Notifications
You must be signed in to change notification settings - Fork 7
DO Call Outcome Message
Michał Kapała edited this page Sep 2, 2025
·
1 revision
Type | Name |
---|---|
uint8 | doMsgType (8) |
uint16 | callID |
uint32 | outcomeCode |
Taken from Quazal::DOCallContext::GetOutcomeString
.
Code | Name |
---|---|
0x10001 | Success |
0x60001 | Success |
0x60002 | CallPostponed |
0x80010001 | UnknownOutcome |
0x80010006 | ErrorAccessDenied |
0x8001000A | ErrorInvalidParameters |
0x80060001 | ErrorStationNotReached |
0x80060002 | ErrorTargetStationDisconnect |
0x80060003 | ErrorLocalStationLeaving |
0x80060004 | ErrorObjectNotFound |
0x80060005 | ErrorInvalidRole |
0x80060006 | ErrorCallTimeout |
0x80060007 | ErrorRMCDispatchFailed |
0x80060008 | ErrorMigrationInProgress |
0x80060009 | ErrorNoAuthority |