Class BetaManagedAgentsUnknownError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsUnknownErrorAn unknown or unexpected error occurred during session execution. A fallback variant; clients that don't recognize a new error code can match on
retry_statusandmessagealone.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsUnknownError.BuilderA builder for BetaManagedAgentsUnknownError.
public final classBetaManagedAgentsUnknownError.RetryStatusWhat the client should do next in response to this error.
public final classBetaManagedAgentsUnknownError.Type
-
Method Summary
Modifier and Type Method Description final Stringmessage()Human-readable error description. final BetaManagedAgentsUnknownError.RetryStatusretryStatus()What the client should do next in response to this error. final BetaManagedAgentsUnknownError.Typetype()final JsonField<String>_message()Returns the raw JSON value of message. final JsonField<BetaManagedAgentsUnknownError.RetryStatus>_retryStatus()Returns the raw JSON value of retryStatus. final JsonField<BetaManagedAgentsUnknownError.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsUnknownError.BuildertoBuilder()final BetaManagedAgentsUnknownErrorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsUnknownError.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsUnknownError. -
-
Method Detail
-
retryStatus
final BetaManagedAgentsUnknownError.RetryStatus retryStatus()
What the client should do next in response to this error.
-
type
final BetaManagedAgentsUnknownError.Type 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<BetaManagedAgentsUnknownError.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<BetaManagedAgentsUnknownError.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 BetaManagedAgentsUnknownError.Builder toBuilder()
-
validate
final BetaManagedAgentsUnknownError 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 BetaManagedAgentsUnknownError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsUnknownError.
The following fields are required:
.message() .retryStatus() .type()
-
-
-
-