Class ErrorDescriptionResponse
java.lang.Object
dev.restate.admin.model.ErrorDescriptionResponse
Deprecated.
Error details of the response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Return true if this ErrorDescriptionResponse object is equal to o.Deprecated.Get messageDeprecated.Restate error code describing this errorinthashCode()Deprecated.Deprecated.restateCode(String restateCode) Deprecated.voidsetMessage(String message) Deprecated.voidsetRestateCode(String restateCode) Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MESSAGE
-
JSON_PROPERTY_RESTATE_CODE
-
-
Constructor Details
-
ErrorDescriptionResponse
public ErrorDescriptionResponse()Deprecated.
-
-
Method Details
-
message
Deprecated. -
getMessage
-
setMessage
Deprecated. -
restateCode
Deprecated. -
getRestateCode
Deprecated.Restate error code describing this error- Returns:
- restateCode
-
setRestateCode
Deprecated. -
equals
-
hashCode
-
toString
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-