GDKResult๏
Inherits: RefCounted < Object
Normalized result object for GDK async operations.
Description๏
Contains ok, hresult, code, message, and optional data.
Methods๏
is_ok() |
|
get_code() |
|
get_data() |
Method Descriptions๏
Returns true when the operation completed successfully.
Returns the underlying Win32 HRESULT value for the result.
Returns the stable machine-readable error code (for example already_initialized).
Returns the human-readable result message.
Returns optional payload data attached to the result.