Module java4ever.binding
Package tech.deplant.java4ever.binding
Record Class Client.AppRequestResult.Error
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Client.AppRequestResult.Error
- Record Components:
text
- Error description
- All Implemented Interfaces:
Client.AppRequestResult
- Enclosing interface:
Client.AppRequestResult
public static record Client.AppRequestResult.Error(String text)
extends Record
implements Client.AppRequestResult
Error occurred during request processing
-
Nested Class Summary
Nested classes/interfaces inherited from interface tech.deplant.java4ever.binding.Client.AppRequestResult
Client.AppRequestResult.Error, Client.AppRequestResult.Ok
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.text()
Returns the value of thetext
record component.final String
toString()
Returns a string representation of this record class.type()
-
Constructor Details
-
Error
-
-
Method Details
-
type
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
text
-