public class ApiResponseBuilder extends Object
| Constructor and Description |
|---|
ApiResponseBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static ApiResponse |
badRequest(AckError error,
String... args)
Deprecated.
|
static ApiResponse |
badRequest(BlufinClientException e) |
static ApiResponse |
forbidden() |
static ApiResponse |
genericError(Throwable t,
org.springframework.http.HttpStatus status) |
static ApiResponse |
notFound(BlufinNotFoundException e) |
static ApiResponse |
notImplemented(BlufinNotImplementedException e) |
static ApiResponse |
serverError(Throwable t) |
static ApiResponse |
unauthorized() |
public static ApiResponse badRequest(BlufinClientException e)
@Deprecated public static ApiResponse badRequest(AckError error, String... args)
public static ApiResponse unauthorized()
public static ApiResponse forbidden()
public static ApiResponse notFound(BlufinNotFoundException e)
public static ApiResponse serverError(Throwable t)
public static ApiResponse notImplemented(BlufinNotImplementedException e)
public static ApiResponse genericError(Throwable t, org.springframework.http.HttpStatus status)
Copyright © 2019. All rights reserved.