pub struct McpAppToolCallCompleteError {
pub message: String,
}Expand description
Set when the underlying tools/call threw an error before returning a CallToolResult
Fields§
§message: StringHuman-readable error message
Trait Implementations§
Source§impl Clone for McpAppToolCallCompleteError
impl Clone for McpAppToolCallCompleteError
Source§impl Debug for McpAppToolCallCompleteError
impl Debug for McpAppToolCallCompleteError
Source§impl<'de> Deserialize<'de> for McpAppToolCallCompleteError
impl<'de> Deserialize<'de> for McpAppToolCallCompleteError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for McpAppToolCallCompleteError
impl RefUnwindSafe for McpAppToolCallCompleteError
impl Send for McpAppToolCallCompleteError
impl Sync for McpAppToolCallCompleteError
impl Unpin for McpAppToolCallCompleteError
impl UnsafeUnpin for McpAppToolCallCompleteError
impl UnwindSafe for McpAppToolCallCompleteError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more