Class BetaManagedAgentsUnknownRunError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsUnknownRunErrorAn unknown or unexpected error caused the run to fail. A fallback variant; clients that do not recognize a new error type can match on message alone.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsUnknownRunError.BuilderA builder for BetaManagedAgentsUnknownRunError.
public final classBetaManagedAgentsUnknownRunError.Type
-
Method Summary
Modifier and Type Method Description final Stringmessage()Human-readable error description. final BetaManagedAgentsUnknownRunError.Typetype()final JsonField<String>_message()Returns the raw JSON value of message. final JsonField<BetaManagedAgentsUnknownRunError.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsUnknownRunError.BuildertoBuilder()final BetaManagedAgentsUnknownRunErrorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsUnknownRunError.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsUnknownRunError. -
-
Method Detail
-
type
final BetaManagedAgentsUnknownRunError.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.
-
_type
final JsonField<BetaManagedAgentsUnknownRunError.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 BetaManagedAgentsUnknownRunError.Builder toBuilder()
-
validate
final BetaManagedAgentsUnknownRunError 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 BetaManagedAgentsUnknownRunError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsUnknownRunError.
The following fields are required:
.message() .type()
-
-
-
-