public class ErrorResponse extends Object implements RESTResponse
Constructor and Description |
---|
ErrorResponse(String message,
Integer code) |
ErrorResponse(String message,
int code,
List<String> stack) |
ErrorResponse(String message,
int code,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Integer |
getCode() |
String |
getMessage() |
List<String> |
getStack() |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.