public class Error extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Error.Builder |
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
static Error.Builder |
builder() |
String |
getCode() |
String |
getMessage() |
void |
setCode(String code) |
void |
setMessage(String message) |
String |
toString() |
Copyright © 2025. All rights reserved.