public class NotFoundError extends Object
| Constructor and Description |
|---|
NotFoundError() |
| Modifier and Type | Method and Description |
|---|---|
NotFoundError |
message(String message) |
NotFoundError |
name(String name) |
NotFoundError |
requestId(String requestId) |
void |
setMessage(String message) |
void |
setName(String name) |
void |
setRequestId(String requestId) |
String |
toString() |
public void setMessage(String message)
public NotFoundError message(String message)
message - A human-readable explanation specific to this occurrence of the problem.public void setName(String name)
public NotFoundError 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 NotFoundError requestId(String requestId)
requestId - Request IDCopyright © 2023. All rights reserved.