Package com.anthropic.models
Class BetaApiError
-
- All Implemented Interfaces:
public final class BetaApiError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaApiError.BuilderA builder for BetaApiError.
public final classBetaApiError.Type
-
Method Summary
Modifier and Type Method Description final Stringmessage()final BetaApiError.Typetype()final JsonField<String>_message()final JsonField<BetaApiError.Type>_type()final Map<String, JsonValue>_additionalProperties()final BetaApiErrorvalidate()final BetaApiError.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaApiError.Builderbuilder()-
-
Method Detail
-
type
final BetaApiError.Type type()
-
_type
final JsonField<BetaApiError.Type> _type()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaApiError validate()
-
toBuilder
final BetaApiError.Builder toBuilder()
-
builder
final static BetaApiError.Builder builder()
-
-
-
-