public class BceErrorResponse extends Object
| Constructor and Description |
|---|
BceErrorResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Returns the BCE error code which represents the error type.
|
String |
getMessage()
Returns the detail error message.
|
String |
getRequestId() |
void |
setCode(String code)
Sets the BCE error code which represents the error type.
|
void |
setMessage(String message)
Sets the detail error message.
|
void |
setRequestId(String requestId) |
public String getRequestId()
public void setRequestId(String requestId)
public String getCode()
public void setCode(String code)
code - the BCE error code which represents the error type.public String getMessage()
public void setMessage(String message)
message - the detail error message.Copyright © 2020. All rights reserved.