succeeded

open val succeeded: Boolean

Indicates whether the operation was successful.

Success is determined by comparing the errorCode with the standard success code SUCCEEDED. This provides a consistent way to check operation status across different error implementations.

Return

true if the operation succeeded (errorCode equals "Ok"), false otherwise