Package cloud.dnation.hetznerclient
Class ErrorDetail
java.lang.Object
cloud.dnation.hetznerclient.ErrorDetail
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-09-21T08:14:59.463226706Z[Etc/UTC]")
public class ErrorDetail
extends Object
Error message for the Action if error occurred, otherwise null
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCode()Fixed machine readable codeHumanized error messageinthashCode()voidvoidsetMessage(String message) toString()
-
Field Details
-
SERIALIZED_NAME_CODE
- See Also:
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
-
Constructor Details
-
ErrorDetail
public ErrorDetail()
-
-
Method Details