| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
ErrorResponse.ErrorResponseBuilder.build() |
| Constructor and Description |
|---|
BadRequestException(ErrorResponse error) |
NotFoundException(ErrorResponse error) |
UnexpectedServerErrorException(ErrorResponse error) |
| Constructor and Description |
|---|
ConflictException(ErrorResponse error) |
InputValidationException(ErrorResponse error) |
NotFoundException(ErrorResponse error) |
UnauthorizedAccessException(ErrorResponse error) |
UnexpectedServerErrorException(ErrorResponse error) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ErrorResponse |
DeviceMgtUtil.getConstraintViolationErrorDTO(Set<javax.validation.ConstraintViolation<T>> violations) |
static ErrorResponse |
DeviceMgtUtil.getErrorResponse(String message,
Long code,
String description)
Returns generic ErrorResponse.
|
Copyright © 2017 WSO2. All rights reserved.