| Modifier and Type | Method and Description |
|---|---|
E |
getErrorRepresentationEntity() |
int |
getHttpErrorCode() |
static <T> HandlingResult<T> |
justErrorCode(int httpErrorCode) |
static <T> HandlingResult<T> |
withPayload(int httpErrorCode,
T errorRepresentationEntity) |
public int getHttpErrorCode()
public E getErrorRepresentationEntity()
public static <T> HandlingResult<T> withPayload(int httpErrorCode, T errorRepresentationEntity)
public static <T> HandlingResult<T> justErrorCode(int httpErrorCode)
Copyright © 2018. All rights reserved.