public class ZAiHttpException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
String |
code
ZAI error code, for example "1233"
|
String |
msg
ZAI error message
|
int |
statusCode
HTTP status code
|
| Constructor and Description |
|---|
ZAiHttpException(String errorMsg,
String errorCode,
Exception parent,
int statusCode) |
ZAiHttpException(ZAiError error,
Exception parent,
int statusCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2025. All rights reserved.