| Package | Description |
|---|---|
| org.zalando.problem |
| Modifier and Type | Class and Description |
|---|---|
class |
Status
Commonly used status codes defined by HTTP, see HTTP/1.1
documentation for the complete list.
|
| Modifier and Type | Method and Description |
|---|---|
StatusType |
AbstractThrowableProblem.getStatus() |
default @Nullable StatusType |
Problem.getStatus()
The HTTP status code generated by the origin server for this
occurrence of the problem.
|
| Modifier and Type | Method and Description |
|---|---|
static ThrowableProblem |
Problem.valueOf(StatusType status) |
static ThrowableProblem |
Problem.valueOf(StatusType status,
@Nullable String detail) |
static ThrowableProblem |
Problem.valueOf(StatusType status,
@Nullable String detail,
@Nullable URI instance) |
static ThrowableProblem |
Problem.valueOf(StatusType status,
@Nullable URI instance) |
ProblemBuilder |
ProblemBuilder.withStatus(@Nullable StatusType status) |
| Constructor and Description |
|---|
AbstractThrowableProblem(@Nullable URI type,
@Nullable String title,
@Nullable StatusType status) |
AbstractThrowableProblem(@Nullable URI type,
@Nullable String title,
@Nullable StatusType status,
@Nullable String detail) |
AbstractThrowableProblem(@Nullable URI type,
@Nullable String title,
@Nullable StatusType status,
@Nullable String detail,
@Nullable URI instance) |
AbstractThrowableProblem(@Nullable URI type,
@Nullable String title,
@Nullable StatusType status,
@Nullable String detail,
@Nullable URI instance,
@Nullable ThrowableProblem cause) |
AbstractThrowableProblem(@Nullable URI type,
@Nullable String title,
@Nullable StatusType status,
@Nullable String detail,
@Nullable URI instance,
@Nullable ThrowableProblem cause,
@Nullable Map<String,Object> parameters) |
Copyright © 2015–2021 Zalando SE. All rights reserved.