Class Error
java.lang.Object
com.google.genai.gaos.models.interactions.Error
Error
Error message from an interaction.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Error.Builderbuilder()code()A URI that identifies the error type.booleaninthashCode()message()A human-readable error message.toString()A URI that identifies the error type.withMessage(String message) A human-readable error message.
-
Constructor Details
-
Error
-
Error
public Error()
-
-
Method Details
-
code
A URI that identifies the error type. -
message
A human-readable error message. -
builder
-
withCode
A URI that identifies the error type. -
withMessage
A human-readable error message. -
equals
-
hashCode
public int hashCode() -
toString
-