Class BetaManagedAgentsModelRateLimitedError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsModelRateLimitedErrorThe model request was rate-limited.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsModelRateLimitedError.BuilderA builder for BetaManagedAgentsModelRateLimitedError.
public final classBetaManagedAgentsModelRateLimitedError.RetryStatusWhat the client should do next in response to this error.
public final classBetaManagedAgentsModelRateLimitedError.Type
-
Method Summary
-
-
Method Detail
-
retryStatus
final BetaManagedAgentsModelRateLimitedError.RetryStatus retryStatus()
What the client should do next in response to this error.
-
type
final BetaManagedAgentsModelRateLimitedError.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<BetaManagedAgentsModelRateLimitedError.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<BetaManagedAgentsModelRateLimitedError.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 BetaManagedAgentsModelRateLimitedError.Builder toBuilder()
-
validate
final BetaManagedAgentsModelRateLimitedError 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 BetaManagedAgentsModelRateLimitedError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsModelRateLimitedError.
The following fields are required:
.message() .retryStatus() .type()
-
-
-
-