public class ApiErrorException extends SdkException
| Modifier and Type | Method and Description |
|---|---|
static ApiErrorException |
forType(String msg,
ResponseError responseError,
Map<String,List<String>> headers) |
Map<String,Object> |
getData() |
String |
getDetail() |
String |
getError() |
String[] |
getErrors() |
Map<String,List<String>> |
getHeaders() |
int |
getHttpCode() |
ResponseError |
getResponseError() |
String |
getTitle() |
String |
getType() |
String |
instance() |
Map<String,String[]> |
modelErrors() |
String |
toString() |
getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static ApiErrorException forType(String msg, ResponseError responseError, Map<String,List<String>> headers)
public ResponseError getResponseError()
public String getDetail()
public String getError()
public String[] getErrors()
public int getHttpCode()
public String instance()
public String getTitle()
public String getType()
Copyright © 2024 com.github.files-com. All rights reserved.