Package com.anthropic.models.beta
Class BetaErrorResponse
-
- All Implemented Interfaces:
public final class BetaErrorResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaErrorResponse.BuilderA builder for BetaErrorResponse.
-
Method Summary
Modifier and Type Method Description final BetaErrorerror()final JsonValue_type()final JsonField<BetaError>_error()final Map<String, JsonValue>_additionalProperties()final BetaErrorResponsevalidate()final BetaErrorResponse.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaErrorResponse.Builderbuilder()Returns a mutable builder for constructing an instance of BetaErrorResponse. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaErrorResponse validate()
-
toBuilder
final BetaErrorResponse.Builder toBuilder()
-
builder
final static BetaErrorResponse.Builder builder()
Returns a mutable builder for constructing an instance of BetaErrorResponse.
The following fields are required:
.error()
-
-
-
-