Class BetaManagedAgentsMcpConnectionFailedError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMcpConnectionFailedErrorFailed to connect to an MCP server.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsMcpConnectionFailedError.BuilderA builder for BetaManagedAgentsMcpConnectionFailedError.
public final classBetaManagedAgentsMcpConnectionFailedError.RetryStatusWhat the client should do next in response to this error.
public final classBetaManagedAgentsMcpConnectionFailedError.Type
-
Method Summary
-
-
Method Detail
-
mcpServerName
final String mcpServerName()
Name of the MCP server that failed to connect.
-
retryStatus
final BetaManagedAgentsMcpConnectionFailedError.RetryStatus retryStatus()
What the client should do next in response to this error.
-
type
final BetaManagedAgentsMcpConnectionFailedError.Type type()
-
_mcpServerName
final JsonField<String> _mcpServerName()
Returns the raw JSON value of mcpServerName.
Unlike mcpServerName, this method doesn't throw if the JSON field has an unexpected type.
-
_message
final JsonField<String> _message()
Returns the raw JSON value of message.
Unlike message, this method doesn't throw if the JSON field has an unexpected type.
-
_retryStatus
final JsonField<BetaManagedAgentsMcpConnectionFailedError.RetryStatus> _retryStatus()
Returns the raw JSON value of retryStatus.
Unlike retryStatus, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsMcpConnectionFailedError.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsMcpConnectionFailedError.Builder toBuilder()
-
validate
final BetaManagedAgentsMcpConnectionFailedError validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsMcpConnectionFailedError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpConnectionFailedError.
The following fields are required:
.mcpServerName() .message() .retryStatus() .type()
-
-
-
-