Class BetaManagedAgentsMcpAuthenticationFailedError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMcpAuthenticationFailedErrorAuthentication to an MCP server failed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsMcpAuthenticationFailedError.BuilderA builder for BetaManagedAgentsMcpAuthenticationFailedError.
public final classBetaManagedAgentsMcpAuthenticationFailedError.RetryStatusWhat the client should do next in response to this error.
public final classBetaManagedAgentsMcpAuthenticationFailedError.Type
-
Method Summary
-
-
Method Detail
-
mcpServerName
final String mcpServerName()
Name of the MCP server that failed authentication.
-
retryStatus
final BetaManagedAgentsMcpAuthenticationFailedError.RetryStatus retryStatus()
What the client should do next in response to this error.
-
type
final BetaManagedAgentsMcpAuthenticationFailedError.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<BetaManagedAgentsMcpAuthenticationFailedError.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<BetaManagedAgentsMcpAuthenticationFailedError.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 BetaManagedAgentsMcpAuthenticationFailedError.Builder toBuilder()
-
validate
final BetaManagedAgentsMcpAuthenticationFailedError 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 BetaManagedAgentsMcpAuthenticationFailedError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpAuthenticationFailedError.
The following fields are required:
.mcpServerName() .message() .retryStatus() .type()
-
-
-
-