public class GGSecretsManagerErrorResponse extends Object
Constructor and Description |
---|
GGSecretsManagerErrorResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Getter for the message.
|
int |
getStatus()
Getter for the status.
|
void |
setMessage(String message)
Setter for the message.
|
void |
setStatus(int status)
Setter for the status.
|
public int getStatus()
public void setStatus(int status)
status
- Status code for the error responsepublic String getMessage()
public void setMessage(String message)
message
- Error message for the error response