Package io.camunda.client.protocol.rest
Class SecretResolutionError
java.lang.Object
io.camunda.client.protocol.rest.SecretResolutionError
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class SecretResolutionError
extends Object
SecretResolutionError
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode(SecretErrorCode code) booleangetCode()Get codeA human-readable description of the failure.The secret reference that could not be resolved.inthashCode()voidsetCode(SecretErrorCode code) voidsetMessage(String message) voidsetReference(String reference) toString()
-
Field Details
-
JSON_PROPERTY_REFERENCE
- See Also:
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
SecretResolutionError
public SecretResolutionError()
-
-
Method Details
-
reference
-
getReference
The secret reference that could not be resolved.- Returns:
- reference
-
setReference
-
code
-
getCode
Get code- Returns:
- code
-
setCode
-
message
-
getMessage
A human-readable description of the failure. Never contains the secret value; only error metadata (codes, names) is included.- Returns:
- message
-
setMessage
-
equals
-
hashCode
public int hashCode() -
toString
-