RuntimeAPIOperationResult Struct
Represents the result of a runtime API operation with detailed message information.
The status code of the operation.
A detailed message describing the result of the operation.
This is particularly useful for AI agents that need context about what happened.
Additional context information about the operation (optional).
Whether the operation was successful.
Creates a successful result with a message.
Creates a failure result with a status code and message.
override string ToString ( )
Returns a string representation of the result.