| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.main.schema |
| Modifier and Type | Method and Description |
|---|---|
static Error.StackTrace |
Error.StackTrace.value(List<String> value) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Error.StackTrace> |
Error.stackTrace() |
| Modifier and Type | Method and Description |
|---|---|
Error.Builder |
Error.Builder.stackTrace(Error.StackTrace stackTrace) |
Error |
Error.withStackTrace(Error.StackTrace stackTrace) |
| Modifier and Type | Method and Description |
|---|---|
Error.Builder |
Error.Builder.stackTrace(Optional<Error.StackTrace> stackTrace) |
Error |
Error.withStackTrace(Optional<Error.StackTrace> stackTrace) |
| Constructor and Description |
|---|
Error(Optional<Integer> statusCode,
Optional<String> errorMessage,
Optional<String> errorType,
Optional<Error.StackTrace> stackTrace,
Optional<Error> cause) |
Copyright © 2023. All rights reserved.