VertexCacheSdk.Model.CommandResult (vertexcache_sdk v1.0.0)
View SourceRepresents the result of executing a cache command in the VertexCache SDK.
This struct encapsulates the response status and message returned from the server after executing a command such as GET, SET, or DEL.
It is used by SDK consumers to inspect whether the command succeeded and to retrieve
associated values or error details. Convenience fields such as :success
and :status_message
help simplify response handling in client logic.