| Package | Description |
|---|---|
| org.appng.api.rest | |
| org.appng.api.rest.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorModel |
RestResponseEntity.getError()
The error, if any
|
| Constructor and Description |
|---|
RestResponseEntity(ErrorModel error,
org.springframework.http.HttpStatus status) |
RestResponseEntity(ErrorModel error,
org.springframework.util.MultiValueMap<String,String> headers,
org.springframework.http.HttpStatus status) |
| Modifier and Type | Method and Description |
|---|---|
ErrorModel |
ErrorModel.code(Integer code) |
ErrorModel |
ErrorModel.message(String message) |
Copyright © 2011–2021 aiticon GmbH. All rights reserved.