Package com.anthropic.models
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.
public final classBetaErrorResponse.Type
-
Method Summary
Modifier and Type Method Description final BetaErrorerror()final BetaErrorResponse.Typetype()final JsonField<BetaError>_error()final JsonField<BetaErrorResponse.Type>_type()final Map<String, JsonValue>_additionalProperties()final BetaErrorResponsevalidate()final BetaErrorResponse.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaErrorResponse.Builderbuilder()-
-
Method Detail
-
type
final BetaErrorResponse.Type type()
-
_type
final JsonField<BetaErrorResponse.Type> _type()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaErrorResponse validate()
-
toBuilder
final BetaErrorResponse.Builder toBuilder()
-
builder
final static BetaErrorResponse.Builder builder()
-
-
-
-