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