| 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 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,
String detail) |
static ThrowableProblem |
Problem.valueOf(StatusType status,
String detail,
URI instance) |
static ThrowableProblem |
Problem.valueOf(StatusType status,
URI instance) |
ProblemBuilder |
ProblemBuilder.withStatus(StatusType status) |
| Constructor and Description |
|---|
AbstractThrowableProblem(URI type,
String title,
StatusType status) |
AbstractThrowableProblem(URI type,
String title,
StatusType status,
String detail) |
AbstractThrowableProblem(URI type,
String title,
StatusType status,
String detail,
URI instance) |
AbstractThrowableProblem(URI type,
String title,
StatusType status,
String detail,
URI instance,
ThrowableProblem cause) |
AbstractThrowableProblem(URI type,
String title,
StatusType status,
String detail,
URI instance,
ThrowableProblem cause,
Map<String,Object> parameters) |
Copyright © 2015–2018 Zalando SE. All rights reserved.