public class ApiError extends Object
| Constructor and Description |
|---|
ApiError() |
| Modifier and Type | Method and Description |
|---|---|
ApiError |
message(String message) |
ApiError |
name(String name) |
ApiError |
requestId(String requestId) |
void |
setMessage(String message) |
void |
setName(String name) |
void |
setRequestId(String requestId) |
String |
toString() |
public void setMessage(String message)
public ApiError message(String message)
message - A human-readable explanation specific to this occurrence of the problem.public void setName(String name)
public ApiError name(String name)
name - A short, human-readable summary of the problem that *should not* change from occurrence to occurrence of the problem, except for purposes of localization.public void setRequestId(String requestId)
public ApiError requestId(String requestId)
requestId - Request IDCopyright © 2022. All rights reserved.