API reference
API reference
Select your platform
No SDKs available
No versions available

RuntimeAPIOperationResult Struct

Represents the result of a runtime API operation with detailed message information.

Properties

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.

Static Member Functions

Creates a successful result with a message.
Creates a failure result with a status code and message.

Member Functions

Returns a string representation of the result.